From d3cf457c3eda65a9895a150b6c675f420d338d2d Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Mon, 01 Jul 2024 11:26:01 +0800
Subject: [PATCH] 提交新域名
---
src/config/router.config.js | 62 +++++++++++++++++++++---------
1 files changed, 43 insertions(+), 19 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index 03745f2..6b033cf 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -61,6 +61,12 @@
component: () => import('@/views/userlist/agentlist'),
meta: { title: '代理列表', keepAlive: true, permission: ['agentlist'] },
},
+ {
+ path: '/userlist/lervelist',
+ name: 'lervelist',
+ component: () => import('@/views/userlist/lervelist'),
+ meta: { title: '杠杠申请列表', keepAlive: true, permission: ['agentlist'] },
+ },
],
},
// {
@@ -126,6 +132,12 @@
component: () => import('@/views/product/shares'),
meta: { title: '股票产品', keepAlive: true, permission: ['shares'] },
},
+ {
+ path: '/product/markettrading',
+ name: 'markettrading',
+ component: () => import('@/views/product/markettrading'),
+ meta: { title: '盘前交易', keepAlive: true, permission: ['markettrading'] },
+ },
// {
// path: '/product/index',
// name: 'index',
@@ -159,12 +171,12 @@
component: () => import('@/views/position/financing'),
meta: { title: '持仓管理', keepAlive: true, permission: ['financing'] },
},
- {
- path: '/position/createfinancing',
- name: 'createfinancing',
- component: () => import('@/views/position/createFinancing'),
- meta: { title: '创建股票持仓', keepAlive: true, permission: ['createfinancing'] },
- },
+ // {
+ // path: '/position/createfinancing',
+ // name: 'createfinancing',
+ // component: () => import('@/views/position/createFinancing'),
+ // meta: { title: '创建股票持仓', keepAlive: true, permission: ['createfinancing'] },
+ // },
],
},
// 新股管理
@@ -186,12 +198,12 @@
component: () => import('@/views/newshares/newsharesrecord'),
meta: { title: '申购记录', keepAlive: true, permission: ['newsharesrecord'] },
},
- // {
- // path: '/newshares/dazonglist',
- // name: 'dazonglist',
- // component: () => import('@/views/newshares/dazonglist'),
- // meta: { title: '大宗交易列表', keepAlive: true, permission: ['dazonglist'] },
- // },
+ {
+ path: '/newshares/dazonglist',
+ name: 'dazonglist',
+ component: () => import('@/views/newshares/dazonglist'),
+ meta: { title: '大宗交易列表', keepAlive: true, permission: ['dazonglist'] },
+ },
],
},
// 资金管理
@@ -252,6 +264,12 @@
component: () => import('@/views/logmanage/loginlog'),
meta: { title: '登录日志', keepAlive: true, permission: ['loginlog'] },
},
+ {
+ path: '/logmanage/running-log',
+ name: 'running-log',
+ component: () => import('@/views/logmanage/running-log'),
+ meta: { title: '流水日志', keepAlive: true, permission: ['loginlog'] },
+ },
// {
// path: '/logmanage/smslog',
// name: 'smslog',
@@ -306,6 +324,12 @@
name: 'sharessetting',
component: () => import('@/views/risksetting/sharessetting'),
meta: { title: '股票风控', keepAlive: true, permission: ['sharessetting'] },
+ },
+ {
+ path: '/risksetting/timelist',
+ name: 'timelist',
+ component: () => import('@/views/risksetting/timelist'),
+ meta: { title: '股票时间列表', keepAlive: true, permission: ['timelist'] },
},
// {
// path: '/risksetting/indexsetting',
@@ -590,14 +614,14 @@
path: '/loanmanage/index',
name: 'Loanmanage',
component: () => import('@/views/loanmanage/index'),
- meta: { title: '贷款列表', keepAlive: true, permission: ['loanmanage'] },
+ meta: { title: '贷款列表', keepAlive: true, permission: ['loanmanage'] }
},
{
path: '/loanmanage/institution',
name: 'institution',
component: () => import('@/views/loanmanage/institution'),
- meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] },
- },
+ meta: { title: '贷款机构', keepAlive: true, permission: ['institution'] }
+ }
// {
// path: '/loanmanage/institution',
// name: 'Institution',
@@ -610,25 +634,25 @@
// component: () => import('@/views/loanmanage/index'),
// meta: { title: '贷款机构', keepAlive: true, permission: ['loanmanage'] }
// }
- ],
+ ]
},
{
path: '/interesttreasure',
redirect: '/interesttreasure/index',
component: RouteView,
- meta: { title: '利息宝管理', icon: 'usergroup-delete', permission: ['interesttreasure'] },
+ meta: { title: '基金管理', icon: 'usergroup-delete', permission: ['interesttreasure'] },
children: [
{
path: '/interesttreasure/index',
name: 'InterestTreasure',
component: () => import('@/views/interesttreasure/index'),
- meta: { title: '利息宝列表', keepAlive: true, permission: ['interesttreasure'] },
+ meta: { title: '基金列表', keepAlive: true, permission: ['interesttreasure'] },
},
{
path: '/interesttreasure/set',
name: 'set',
component: () => import('@/views/interesttreasure/set'),
- meta: { title: '利息宝设置', keepAlive: true, permission: ['set'] },
+ meta: { title: '基金设置', keepAlive: true, permission: ['set'] },
},
// {
// path: '/userlist/agentlist',
--
Gitblit v1.9.3