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',
|
||||
|
||||
Reference in New Issue
Block a user