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