From 31343bb1d812bdf43a1b61b67be789507b790f5a Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 11 十一月 2025 11:16:24 +0800
Subject: [PATCH] feat: 1.3.0.2
---
src/router/index.ts | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 56 insertions(+), 4 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index ca65353..59462ed 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -124,8 +124,8 @@
{
path: '/AddOrEditCustomer/:id?',
name: 'AddOrEditCustomer',
- hidden: false,
- alwaysShow: true,
+ hidden: true,
+ alwaysShow: false,
component: () => import('@/views/CustomerManage/AddOrEditCustomer.vue'),
meta: {
rank: 10011,
@@ -135,8 +135,8 @@
{
path: '/CustomerDetail/:id',
name: 'CustomerDetail',
- hidden: false,
- alwaysShow: true,
+ hidden: true,
+ alwaysShow: false,
component: () => import('@/views/CustomerManage/CustomerDetail.vue'),
meta: {
rank: 10011,
@@ -167,6 +167,19 @@
meta: {
rank: 10011,
title: '鐏靛伐绠$悊',
+ // rootMenu: true,
+ icon: 'home',
+ },
+ },
+ {
+ path: '/FlexJobContractManage',
+ name: 'FlexJobContractManage',
+ hidden: false,
+ alwaysShow: true,
+ component: () => import('@/views/FlexJobManage/FlexJobContractManage.vue'),
+ meta: {
+ rank: 10012,
+ title: '绛剧害绠$悊',
// rootMenu: true,
icon: 'home',
},
@@ -442,6 +455,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