修改运营商,以及财务中心页面

This commit is contained in:
admin-lmm
2023-08-30 11:21:45 +08:00
parent a90fc4f9f3
commit 056cee5e33
8 changed files with 1524 additions and 903 deletions

View File

@@ -172,10 +172,10 @@ export const constantRoutes = [
hidden: true,
children: [
{
path: "merchantVirtual",
component: () => import("@/views/financial/components/virtualFinance"),
name: "merchantVirtual",
meta: { title: "虚拟财务", activeMenu: "/financial/merchant" },
path: "index/:id",
component: () => import("@/views/financial/accountUserInfo"),
name: "accountUserInfo",
meta: { title: "开户信息", activeMenu: "/financial/merchant" },
},
],
},
@@ -185,13 +185,26 @@ export const constantRoutes = [
hidden: true,
children: [
{
path: "cleanFinancial",
component: () => import("@/views/financial/components/cleanFinancial"),
name: "cleanFinancial",
meta: { title: "清分财务", activeMenu: "/financial/merchant" },
path: "financeDetail",
component: () => import("@/views/financial/financeDetail"),
name: "financeDetail",
meta: { title: "财务详情", activeMenu: "/financial/merchant" },
},
],
}
},
// {
// path: "/financial/merchant",
// component: Layout,
// hidden: true,
// children: [
// {
// path: "withdrawalRecords",
// component: () => import("@/views/financial/withdrawalRecords"),
// name: "withdrawalRecords",
// meta: { title: "提现记录", activeMenu: "/financial/merchant" },
// },
// ],
// },
];
// 动态路由,基于用户权限动态去加载