fetch(modify):账号列表合并
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m31s

This commit is contained in:
sexygoat
2026-02-09 10:49:52 +08:00
parent e8700c2585
commit ca3184857e
4 changed files with 172 additions and 43 deletions

View File

@@ -828,24 +828,24 @@ export const asyncRoutes: AppRouteRecord[] = [
keepAlive: true
}
},
{
path: 'platform-account',
name: 'PlatformAccount',
component: RoutesAlias.PlatformAccount,
meta: {
title: 'menus.accountManagement.platformAccount',
keepAlive: true
}
},
{
path: 'shop-account',
name: 'ShopAccount',
component: RoutesAlias.ShopAccount,
meta: {
title: 'menus.accountManagement.shopAccount',
keepAlive: true
}
},
// {
// path: 'platform-account',
// name: 'PlatformAccount',
// component: RoutesAlias.PlatformAccount,
// meta: {
// title: 'menus.accountManagement.platformAccount',
// keepAlive: true
// }
// },
// {
// path: 'shop-account',
// name: 'ShopAccount',
// component: RoutesAlias.ShopAccount,
// meta: {
// title: 'menus.accountManagement.shopAccount',
// keepAlive: true
// }
// },
// {
// path: 'customer-role',
// name: 'CustomerRole',

View File

@@ -80,7 +80,7 @@ export enum RoutesAlias {
// 账号管理
Account = '/account-management/account', // 账号管理
PlatformAccount = '/account-management/platform-account', // 平台账号管理
// PlatformAccount = '/account-management/platform-account', // 平台账号管理
CustomerManagement = '/account-management/customer', // 客户管理
CustomerRole = '/account-management/customer-role', // 客户角色
AgentManagement = '/account-management/agent', // 代理商管理