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