From 66eff909403555bdc86d25eeec78c7b4a2f2ee59 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sat, 19 Jul 2025 18:22:23 +0800
Subject: [PATCH] 1
---
src/config/router.config.js | 37 +++++++++++++++++++++++++++++--------
1 files changed, 29 insertions(+), 8 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index ec00a19..34fa568 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -202,13 +202,34 @@
path: '/newshares/dazonglist',
name: 'dazonglist',
component: () => import('@/views/newshares/dazonglist'),
- meta: { title: '折扣交易列表', keepAlive: true, permission: ['dazonglist'] },
+ meta: { title: '大宗产品', keepAlive: true, permission: ['dazonglist'] },
},
{
path: '/newshares/dazongshlist',
name: 'dazongshlist',
component: () => import('@/views/newshares/dazongshlist'),
- meta: { title: '折扣交易审核列表', keepAlive: true, permission: ['dazongshlist'] },
+ meta: { title: '大宗交易列表', keepAlive: true, permission: ['dazongshlist'] },
+ },
+ ],
+ },
+ // ai量化交易
+ {
+ path: '/aiShares',
+ redirect: '/aiShares/aiShareslist',
+ component: RouteView,
+ meta: { title: 'ai量化交易', icon: 'sliders', permission: ['aiShareslist'] },
+ children: [
+ {
+ path: '/aiShares/aiShareslist',
+ name: 'aiShareslist',
+ component: () => import('@/views/aiShares/aiShareslist'),
+ meta: { title: 'ai产品列表', keepAlive: true, permission: ['aiShareslist'] },
+ },
+ {
+ path: '/aishares/aisharesrecord',
+ name: 'aisharesrecord',
+ component: () => import('@/views/aiShares/aisharesrecord'),
+ meta: { title: 'ai产品记录', keepAlive: true, permission: ['aisharesrecord'] },
},
],
},
@@ -622,12 +643,12 @@
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/institution',
// name: 'Institution',
--
Gitblit v1.9.3