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