From 5fa2bea76c18321eb697076dd51758c762ea0001 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 17 十月 2025 14:42:33 +0800
Subject: [PATCH] feat: 收款账户去除校验
---
src/router/index.ts | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/src/router/index.ts b/src/router/index.ts
index 93b9621..4b21b9b 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -366,6 +366,32 @@
icon: 'home',
},
},
+ // {
+ // path: '/BalanceManageList',
+ // name: 'BalanceManageList',
+ // hidden: false,
+ // alwaysShow: true,
+ // component: () => import('@/views/FinanceManage/BalanceManageList.vue'),
+ // meta: {
+ // rank: 10072,
+ // title: '浣欓绠$悊',
+ // // rootMenu: true,
+ // icon: 'home',
+ // },
+ // },
+ // {
+ // path: '/BalanceManageDetail',
+ // name: 'BalanceManageDetail',
+ // hidden: true,
+ // alwaysShow: false,
+ // component: () => import('@/views/FinanceManage/BalanceManageDetail.vue'),
+ // meta: {
+ // rank: 10073,
+ // title: '璇︽儏',
+ // // rootMenu: true,
+ // icon: 'home',
+ // },
+ // },
],
},
{
--
Gitblit v1.9.1