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 | 46 ++++++++++++++++++++++++++++++++++++++--------
1 files changed, 38 insertions(+), 8 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index 80603f8..da268c8 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -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