From 7e24109af0e355ae13f29410a7e55f5c17adbf06 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 11 十一月 2025 14:38:25 +0800
Subject: [PATCH] fix: bug
---
src/router/index.ts | 91 +++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 90 insertions(+), 1 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 51af27c..8020e3f 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -96,6 +96,56 @@
},
},
{
+ path: '/CustomerManage',
+ redirect: 'noRedirect',
+ component: Layout,
+ hidden: false,
+ alwaysShow: true,
+ meta: {
+ rank: 10010,
+ title: '瀹㈡埛绠$悊',
+ rootMenu: true,
+ icon: 'home',
+ },
+ children: [
+ {
+ path: '/CustomerManage',
+ name: 'CustomerManage',
+ hidden: false,
+ alwaysShow: true,
+ component: () => import('@/views/CustomerManage/CustomerManage.vue'),
+ meta: {
+ rank: 10011,
+ title: '瀹㈡埛绠$悊',
+ // rootMenu: true,
+ icon: 'home',
+ },
+ },
+ {
+ path: '/AddOrEditCustomer/:id?',
+ name: 'AddOrEditCustomer',
+ hidden: true,
+ alwaysShow: false,
+ component: () => import('@/views/CustomerManage/AddOrEditCustomer.vue'),
+ meta: {
+ rank: 10011,
+ title: '鏂板瀹㈡埛',
+ },
+ },
+ {
+ path: '/CustomerDetail/:id',
+ name: 'CustomerDetail',
+ hidden: true,
+ alwaysShow: false,
+ component: () => import('@/views/CustomerManage/CustomerDetail.vue'),
+ meta: {
+ rank: 10011,
+ title: '瀹㈡埛璇︽儏',
+ },
+ },
+ ],
+ },
+ {
path: '/FlexJobManage',
redirect: 'noRedirect',
component: Layout,
@@ -361,7 +411,7 @@
component: () => import('@/views/FinanceManage/FinanceManage.vue'),
meta: {
rank: 10071,
- title: '璐㈠姟绠$悊',
+ title: '鍙戞斁鏄庣粏',
// rootMenu: true,
icon: 'home',
},
@@ -392,6 +442,45 @@
icon: 'home',
},
},
+ {
+ path: '/CustomerRechargeRecord/:id',
+ name: 'CustomerRechargeRecord',
+ hidden: true,
+ alwaysShow: false,
+ component: () => import('@/views/FinanceManage/CustomerRechargeRecord.vue'),
+ meta: {
+ rank: 10074,
+ title: '鍏呭�艰褰�',
+ // rootMenu: true,
+ icon: 'home',
+ },
+ },
+ {
+ path: '/AccountManage',
+ name: 'AccountManage',
+ hidden: false,
+ alwaysShow: true,
+ component: () => import('@/views/FinanceManage/AccountManage.vue'),
+ meta: {
+ rank: 10075,
+ title: '璐︽埛绠$悊',
+ // rootMenu: true,
+ icon: 'home',
+ },
+ },
+ {
+ path: '/CustomerRechargeManage',
+ name: 'CustomerRechargeManage',
+ hidden: false,
+ alwaysShow: true,
+ component: () => import('@/views/FinanceManage/CustomerRechargeManage.vue'),
+ meta: {
+ rank: 10074,
+ title: '瀹㈡埛鍏呭�肩鐞�',
+ // rootMenu: true,
+ icon: 'home',
+ },
+ },
],
},
--
Gitblit v1.9.1