src/router/index.js @@ -195,6 +195,11 @@ }, ]; // 财务管理路由 export const financialRoutes = [ // 在这里添加财务管理相关路由 ]; const router = createRouter({ history: createWebHistory(), routes: constantRoutes,