From b29530b92f5337516585415763b0a801ec9bfa33 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 07 三月 2024 15:29:00 +0800
Subject: [PATCH] 随机试卷去掉导出1按钮
---
src/router.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/router.js b/src/router.js
index 4bb28d1..e94fab1 100644
--- a/src/router.js
+++ b/src/router.js
@@ -124,13 +124,13 @@
path: 'personalRandomTemplate/list',
component: () => import('@/views/exam/personalRandomTemplate/list'),
name: 'personalSimulation',
- meta: { title: '涓汉闅忔満妯℃澘', noCache: true }
+ meta: { title: '闅忔満璇曞嵎', noCache: true }
},
{
path: 'personalRandomTemplate/edit',
component: () => import('@/views/exam/personalRandomTemplate/edit'),
name: 'personalSimulationEdit',
- meta: { title: '涓汉闅忔満妯℃澘缂栬緫', noCache: true, activeMenu: '/exam/personalRandomTemplate/list' },
+ meta: { title: '闅忔満璇曞嵎', noCache: true, activeMenu: '/exam/personalRandomTemplate/list' },
hidden: true
},
{
--
Gitblit v1.8.0