fetch(modify):账号列表合并
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m31s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m31s
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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', // 代理商管理
|
||||
|
||||
Reference in New Issue
Block a user