From a686faf1c2132f55e40119df28ce9f6e46206b74 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 11 九月 2025 17:40:38 +0800
Subject: [PATCH] feat: 页面
---
src/router/index.ts | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 3bdb5ca..aa8aa80 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -256,19 +256,19 @@
icon: 'home',
},
},
- {
- path: '/ServiceChargeSettle/:id',
- name: 'ServiceChargeSettle',
- hidden: true,
- alwaysShow: false,
- component: () => import('@/views/ServiceChargeManage/ServiceChargeSettle.vue'),
- meta: {
- rank: 10042,
- 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',
--
Gitblit v1.9.1