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