From ca3184857e6a01a24ca6d583251cb3ca143cefd9 Mon Sep 17 00:00:00 2001
From: sexygoat <1538832180@qq.com>
Date: Mon, 9 Feb 2026 10:49:52 +0800
Subject: [PATCH] =?UTF-8?q?fetch(modify):=E8=B4=A6=E5=8F=B7=E5=88=97?=
=?UTF-8?q?=E8=A1=A8=E5=90=88=E5=B9=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/routes/asyncRoutes.ts | 36 +++----
src/router/routesAlias.ts | 2 +-
.../account-management/account/index.vue | 100 ++++++++++++++++--
.../platform-account/index.vue | 77 +++++++++++---
4 files changed, 172 insertions(+), 43 deletions(-)
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 @@
-
+
+
+
+
+
+
+
+
+
+
+