diff --git a/src/router/routes/asyncRoutes.ts b/src/router/routes/asyncRoutes.ts
index f6d3a3b..9b1e638 100644
--- a/src/router/routes/asyncRoutes.ts
+++ b/src/router/routes/asyncRoutes.ts
@@ -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',
diff --git a/src/router/routesAlias.ts b/src/router/routesAlias.ts
index 37705ca..6c70969 100644
--- a/src/router/routesAlias.ts
+++ b/src/router/routesAlias.ts
@@ -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', // 代理商管理
diff --git a/src/views/account-management/account/index.vue b/src/views/account-management/account/index.vue
index b3d4f3b..7ef516c 100644
--- a/src/views/account-management/account/index.vue
+++ b/src/views/account-management/account/index.vue
@@ -60,7 +60,7 @@
-
+
+
+
+
+
+
+
+
+
+
+