From ebe3dedaa73b16be906c9bc8c4c11f0270cd92ed Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Wed, 21 Jan 2026 17:57:43 +0800
Subject: [PATCH] 1
---
src/config/router.config.js | 49 +++++++++++++++++++++++++++++++++++++++++--------
1 files changed, 41 insertions(+), 8 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index ec00a19..520b9ac 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'] },
},
],
},
@@ -337,6 +358,12 @@
component: () => import('@/views/risksetting/timelist'),
meta: { title: '股票时间列表', keepAlive: true, permission: ['timelist'] },
},
+ {
+ path: '/risksetting/quantitysetting',
+ name: 'quantitysetting',
+ component: () => import('@/views/risksetting/quantitysetting'),
+ meta: { title: '股票最低买入设置', keepAlive: true, permission: ['quantitysetting'] },
+ },
// {
// path: '/risksetting/indexsetting',
// name: 'indexsetting',
@@ -376,6 +403,12 @@
name: 'paysetting',
component: () => import('@/views/allsetting/paysetting'),
meta: { title: '支付渠道设置', keepAlive: true, permission: ['paysetting'] },
+ },
+ {
+ path: '/allsetting/exchangerate',
+ name: 'exchangerate',
+ component: () => import('@/views/allsetting/exchangerate'),
+ meta: { title: '汇率', keepAlive: true, permission: ['paysetting'] },
},
],
},
@@ -622,12 +655,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