From 10089efc8a1417e20f741259d839883abf30d1c2 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 12 十一月 2025 13:34:50 +0800
Subject: [PATCH] feat: 1.3.0.2
---
src/router/index.ts | 175 ----------------------------------------------------------
1 files changed, 0 insertions(+), 175 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 07632d9..737993a 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -95,88 +95,6 @@
rootMenu: true,
},
},
- {
- path: '/ServiceChargeManage',
- redirect: 'noRedirect',
- component: Layout,
- hidden: false,
- alwaysShow: true,
- meta: {
- rank: 10040,
- title: '鏈嶅姟璐圭鐞�',
- rootMenu: true,
- icon: 'home',
- },
- children: [
- {
- path: '/ServiceChargeManageList',
- name: 'ServiceChargeManageList',
- hidden: false,
- alwaysShow: true,
- component: () => import('@/views/ServiceChargeManage/ServiceChargeManage.vue'),
- meta: {
- rank: 10041,
- title: '鏈嶅姟璐圭鐞�',
- // rootMenu: true,
- icon: 'home',
- },
- },
- {
- path: '/BalanceManage',
- name: 'BalanceManage',
- hidden: false,
- alwaysShow: true,
- component: () => import('@/views/ServiceChargeManage/BalanceManage.vue'),
- meta: {
- rank: 10042,
- title: '浣欓绠$悊',
- // rootMenu: true,
- icon: 'home',
- },
- },
- {
- path: '/ServiceChargeDetail/:id',
- name: 'ServiceChargeDetail',
- hidden: true,
- alwaysShow: false,
- component: () => import('@/views/ServiceChargeManage/ServiceChargeDetail.vue'),
- meta: {
- rank: 10043,
- title: '璇︽儏',
- // rootMenu: true,
- icon: 'home',
- },
- },
- ],
- },
- {
- path: '/AgreementManage',
- redirect: 'noRedirect',
- component: Layout,
- hidden: false,
- alwaysShow: true,
- meta: {
- rank: 10050,
- title: '鍗忚绠$悊',
- rootMenu: true,
- icon: 'home',
- },
- children: [
- {
- path: '/AgreementManageList',
- name: 'AgreementManageList',
- hidden: false,
- alwaysShow: true,
- component: () => import('@/views/AgreementManage/AgreementManageList.vue'),
- meta: {
- rank: 10051,
- title: '鍗忚绠$悊',
- // rootMenu: true,
- icon: 'home',
- },
- },
- ],
- },
// {
// path: '/WithdrawManage',
// redirect: 'noRedirect',
@@ -205,99 +123,6 @@
// },
// ],
// },
- {
- path: '/FinanceManage',
- redirect: 'noRedirect',
- component: Layout,
- hidden: false,
- alwaysShow: true,
- meta: {
- rank: 10070,
- title: '璐㈠姟绠$悊',
- rootMenu: true,
- icon: 'home',
- },
- children: [
- {
- path: '/FinanceManageList',
- name: 'FinanceManageList',
- hidden: false,
- alwaysShow: true,
- component: () => import('@/views/FinanceManage/FinanceManage.vue'),
- meta: {
- rank: 10071,
- title: '鍙戞斁鏄庣粏',
- // rootMenu: true,
- icon: 'home',
- },
- },
- {
- path: '/EnterpriseBalanceManage',
- name: 'EnterpriseBalanceManage',
- hidden: false,
- alwaysShow: true,
- component: () => import('@/views/FinanceManage/EnterpriseBalanceManage.vue'),
- meta: {
- rank: 10072,
- title: '浼佷笟浣欓绠$悊',
- // rootMenu: true,
- icon: 'home',
- },
- },
- {
- path: '/EnterpriseBalanceManageDetail/:id',
- name: 'EnterpriseBalanceManageDetail',
- hidden: true,
- alwaysShow: false,
- component: () => import('@/views/FinanceManage/EnterpriseBalanceManageDetail.vue'),
- meta: {
- rank: 10073,
- title: '璇︽儏',
- // rootMenu: true,
- 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',
- },
- },
- ],
- },
{
path: '/Login',
--
Gitblit v1.9.1