From 91d6e4ca64e3e2f3a17e590c8f15f2ce3bdb88d3 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 04 Feb 2026 15:01:34 +0800
Subject: [PATCH] 1
---
src/config/router.config.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/config/router.config.js b/src/config/router.config.js
index ec00a19..d4d1d3a 100644
--- a/src/config/router.config.js
+++ b/src/config/router.config.js
@@ -202,13 +202,13 @@
path: '/newshares/dazonglist',
name: 'dazonglist',
component: () => import('@/views/newshares/dazonglist'),
- meta: { title: '折扣交易列表', keepAlive: true, permission: ['dazonglist'] },
+ meta: { title: '大宗交易列表', keepAlive: true, permission: ['dazonglist'] },
},
{
path: '/newshares/dazongshlist',
name: 'dazongshlist',
component: () => import('@/views/newshares/dazongshlist'),
- meta: { title: '折扣交易审核列表', keepAlive: true, permission: ['dazongshlist'] },
+ meta: { title: '大宗交易审核列表', keepAlive: true, permission: ['dazongshlist'] },
},
],
},
--
Gitblit v1.9.3