From bb0f427b174dbcad9c324dda96e846aca796727f Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Sun, 23 Jun 2024 19:02:57 +0800
Subject: [PATCH] 放开贷款管理 掩藏大盘指数
---
src/config/router.config.js | 64 ++++++++++++++++----------------
1 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index 95f78ad..6b033cf 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -604,38 +604,38 @@
},
],
},
- // {
- // path: '/loanmanage',
- // redirect: '/loanmanage/index',
- // component: RouteView,
- // meta: { title: '贷款管理', icon: 'usergroup-delete', permission: ['loanmanage'] },
- // children: [
- // {
- // path: '/loanmanage/index',
- // name: 'Loanmanage',
- // component: () => import('@/views/loanmanage/index'),
- // meta: { title: '贷款列表', keepAlive: true, permission: ['loanmanage'] }
- // },
- // {
- // path: '/loanmanage/institution',
- // name: 'institution',
- // component: () => import('@/views/loanmanage/institution'),
- // meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] }
- // }
- // // {
- // // path: '/loanmanage/institution',
- // // name: 'Institution',
- // // component: () => import('@/views/loanmanage/institution'),
- // // meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] }
- // // }
- // // {
- // // path: '/loanmanage/index',
- // // name: 'Loanmanage',
- // // component: () => import('@/views/loanmanage/index'),
- // // meta: { title: '贷款机构', keepAlive: true, permission: ['loanmanage'] }
- // // }
- // ]
- // },
+ {
+ path: '/loanmanage',
+ redirect: '/loanmanage/index',
+ component: RouteView,
+ meta: { title: '贷款管理', icon: 'usergroup-delete', permission: ['loanmanage'] },
+ children: [
+ {
+ path: '/loanmanage/index',
+ name: 'Loanmanage',
+ component: () => import('@/views/loanmanage/index'),
+ meta: { title: '贷款列表', keepAlive: true, permission: ['loanmanage'] }
+ },
+ {
+ path: '/loanmanage/institution',
+ name: 'institution',
+ component: () => import('@/views/loanmanage/institution'),
+ meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] }
+ }
+ // {
+ // path: '/loanmanage/institution',
+ // name: 'Institution',
+ // component: () => import('@/views/loanmanage/institution'),
+ // meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] }
+ // }
+ // {
+ // path: '/loanmanage/index',
+ // name: 'Loanmanage',
+ // component: () => import('@/views/loanmanage/index'),
+ // meta: { title: '贷款机构', keepAlive: true, permission: ['loanmanage'] }
+ // }
+ ]
+ },
{
path: '/interesttreasure',
redirect: '/interesttreasure/index',
--
Gitblit v1.9.3