From ae91f4a26f2fbb426e62c93422cbcec104219589 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Wed, 24 Apr 2024 16:53:39 +0800
Subject: [PATCH] 基金
---
src/config/router.config.js | 52 ++++++++++++++++++++++++++--------------------------
1 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index 41fe767..95f78ad 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -636,32 +636,32 @@
// // }
// ]
// },
- // {
- // path: '/interesttreasure',
- // redirect: '/interesttreasure/index',
- // component: RouteView,
- // meta: { title: '利息宝管理', icon: 'usergroup-delete', permission: ['interesttreasure'] },
- // children: [
- // {
- // path: '/interesttreasure/index',
- // name: 'InterestTreasure',
- // component: () => import('@/views/interesttreasure/index'),
- // meta: { title: '利息宝列表', keepAlive: true, permission: ['interesttreasure'] }
- // },
- // {
- // path: '/interesttreasure/set',
- // name: 'set',
- // component: () => import('@/views/interesttreasure/set'),
- // meta: { title: '利息宝设置', keepAlive: true, permission: ['set'] }
- // }
- // // {
- // // path: '/userlist/agentlist',
- // // name: 'Agentlist',
- // // component: () => import('@/views/userlist/agentlist'),
- // // meta: { title: '代理列表', keepAlive: true, permission: ['agentlist'] }
- // // }
- // ]
- // }
+ {
+ path: '/interesttreasure',
+ redirect: '/interesttreasure/index',
+ component: RouteView,
+ meta: { title: '基金管理', icon: 'usergroup-delete', permission: ['interesttreasure'] },
+ children: [
+ {
+ path: '/interesttreasure/index',
+ name: 'InterestTreasure',
+ component: () => import('@/views/interesttreasure/index'),
+ meta: { title: '基金列表', keepAlive: true, permission: ['interesttreasure'] },
+ },
+ {
+ path: '/interesttreasure/set',
+ name: 'set',
+ component: () => import('@/views/interesttreasure/set'),
+ meta: { title: '基金设置', keepAlive: true, permission: ['set'] },
+ },
+ // {
+ // path: '/userlist/agentlist',
+ // name: 'Agentlist',
+ // component: () => import('@/views/userlist/agentlist'),
+ // meta: { title: '代理列表', keepAlive: true, permission: ['agentlist'] }
+ // }
+ ],
+ },
// other
/*
{
--
Gitblit v1.9.3