From bfd4f0e5ac1c8da2b997c2fee7738e9f4bb976da Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 10 Jul 2024 17:47:15 +0800
Subject: [PATCH] 涨停板审核
---
src/config/router.config.js | 145 ++++++++++++++++++++++++++++-------------------
1 files changed, 86 insertions(+), 59 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index 41fe767..b3913e6 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -171,6 +171,18 @@
component: () => import('@/views/position/financing'),
meta: { title: '持仓管理', keepAlive: true, permission: ['financing'] },
},
+ {
+ path: '/position/currentPriceReview',
+ name: 'currentPriceReview',
+ component: () => import('@/views/position/currentPriceReview'),
+ meta: { title: '现价审核', keepAlive: true, permission: ['financing'] },
+ },
+ {
+ path: '/position/dailyPriceLimitReview',
+ name: 'dailyPriceLimitReview',
+ component: () => import('@/views/position/dailyPriceLimitReview'),
+ meta: { title: '涨停板审核', keepAlive: true, permission: ['financing'] },
+ },
// {
// path: '/position/createfinancing',
// name: 'createfinancing',
@@ -330,7 +342,7 @@
name: 'timelist',
component: () => import('@/views/risksetting/timelist'),
meta: { title: '股票时间列表', keepAlive: true, permission: ['timelist'] },
- },
+ }
// {
// path: '/risksetting/indexsetting',
// name: 'indexsetting',
@@ -344,6 +356,21 @@
// component: () => import('@/views/risksetting/spreadsetting'),
// meta: { title: '点差设置', keepAlive: true, permission: ['spreadsetting'] },
// },
+ ],
+ },
+ // // vip抢筹
+ {
+ path: '/vip',
+ redirect: '/vip/VIPScramble',
+ component: RouteView,
+ meta: { title: 'VIP抢筹', icon: 'money-collect', permission: ['financing'] },
+ children: [
+ {
+ path: '/vip/VIPScramble',
+ name: 'VIPScramble',
+ component: () => import('@/views/vip/VIPScramble'),
+ meta: { title: 'VIP抢筹', keepAlive: true, permission: ['financing'] },
+ },
],
},
// 系统设置
@@ -604,64 +631,64 @@
},
],
},
- // {
- // 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',
- // 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: '/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',
+ 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