From 696cef3004c8aa9edefcb4a7ae70d73d67b6b5d8 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Mon, 12 Jan 2026 17:13:43 +0800
Subject: [PATCH] 1
---
src/config/router.config.js | 52 +++++++++++++++++++++++++++++++++++++++++-----------
1 files changed, 41 insertions(+), 11 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index 2cc731c..da268c8 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -172,19 +172,19 @@
path: '/newshares',
redirect: '/newshares/newshareslist',
component: RouteView,
- meta: { title: '新股管理', icon: 'sliders', permission: ['newshareslist'] },
+ meta: { title: '战略配售管理', icon: 'sliders', permission: ['newshareslist'] },
children: [
{
path: '/newshares/newshareslist',
name: 'newshareslist',
component: () => import('@/views/newshares/newshareslist'),
- meta: { title: '新股列表', keepAlive: true, permission: ['newshareslist'] }
+ meta: { title: '战略配售列表', keepAlive: true, permission: ['newshareslist'] }
},
{
path: '/newshares/newsharesrecord',
name: 'newsharesrecord',
component: () => import('@/views/newshares/newsharesrecord'),
- meta: { title: '新股申购记录', keepAlive: true, permission: ['newsharesrecord'] }
+ meta: { title: '战略配售申购记录', keepAlive: true, permission: ['newsharesrecord'] }
},
// {
// path: '/newshares/newsharesqclist',
@@ -192,17 +192,47 @@
// component: () => import('@/views/newshares/newsharesqclist'),
// meta: { title: '新股抢筹列表', keepAlive: true, permission: ['newsharesqclist'] }
// },
+ // {
+ // path: '/newshares/newsharesqcrecord',
+ // name: 'newsharesqcrecord',
+ // component: () => import('@/views/newshares/newsharesqcrecord'),
+ // meta: { title: '新股抢筹记录', keepAlive: true, permission: ['newsharesqcrecord'] }
+ // },
+ // {
+ // path: '/newshares/dazonglist',
+ // name: 'dazonglist',
+ // component: () => import('@/views/newshares/dazonglist'),
+ // meta: { title: '折价交易列表', keepAlive: true, permission: ['dazonglist'] }
+ // },
+ ]
+ },
+ // 折价交易(原大宗交易)
+ {
+ path: '/dazong',
+ redirect: '/dazong/dazonglist',
+ component: RouteView,
+ meta: { title: '折价交易', icon: 'sliders', permission: ['newshareslist'] },
+ children: [
{
- path: '/newshares/newsharesqcrecord',
- name: 'newsharesqcrecord',
- component: () => import('@/views/newshares/newsharesqcrecord'),
- meta: { title: '新股抢筹记录', keepAlive: true, permission: ['newsharesqcrecord'] }
- },
- {
- path: '/newshares/dazonglist',
+ path: '/dazong/dazonglist',
name: 'dazonglist',
component: () => import('@/views/newshares/dazonglist'),
- meta: { title: '大宗交易列表', keepAlive: true, permission: ['dazonglist'] }
+ meta: { title: '产品列表', keepAlive: true, permission: ['dazonglist'] }
+ },
+ ]
+ },
+ // vip调研票
+ {
+ path: '/vip',
+ redirect: '/vip/viplist',
+ component: RouteView,
+ meta: { title: 'vip调研票', icon: 'sliders', permission: ['vip'] },
+ children: [
+ {
+ path: '/vip/viplist',
+ name: 'viplist',
+ component: () => import('@/views/vip/viplist'),
+ meta: { title: '产品列表', keepAlive: true, permission: ['viplist'] }
},
]
},
--
Gitblit v1.9.3