新建财务中心页面

This commit is contained in:
admin-lmm
2023-07-06 09:56:19 +08:00
parent 2d75c85a17
commit 485704141b
5 changed files with 498 additions and 8 deletions

View File

@@ -166,6 +166,32 @@ export const constantRoutes = [
},
],
},
{
path: "/financial/merchant",
component: Layout,
hidden: true,
children: [
{
path: "merchantVirtual",
component: () => import("@/views/financial/components/virtualFinance"),
name: "merchantVirtual",
meta: { title: "虚拟财务",activeMenu: "/financial/merchant"},
},
],
},
{
path: "/financial/merchant",
component: Layout,
hidden: true,
children: [
{
path: "cleanFinancical",
component: () => import("@/views/financial/components/cleanFinancical"),
name: "cleanFinancical",
meta: { title: "清分财务",activeMenu: "/financial/merchant"},
},
],
}
];
// 动态路由,基于用户权限动态去加载