运营商管理点击查看大图

This commit is contained in:
BOOL\25024
2023-07-19 11:20:15 +08:00
parent 6bd96357ab
commit e992c9cdfd
2 changed files with 57 additions and 37 deletions

View File

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