From 23e65c61dfe8686c2372aca83da2d8f31fc9a213 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Sun, 11 Jan 2026 14:42:25 +0800
Subject: [PATCH] 1
---
src/config/router.config.js | 31 +++++++++++++++++++++++--------
1 files changed, 23 insertions(+), 8 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index 80603f8..49e3fa6 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -192,17 +192,32 @@
// 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'] }
},
]
},
--
Gitblit v1.9.3