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',