From c19bb5ac1b4013aa700c0a658f20375be9703ea3 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期一, 08 七月 2024 18:45:47 +0800 Subject: [PATCH] feat:选择学生增加全选按钮 --- src/router.js | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/router.js b/src/router.js index 1709084..fec180d 100644 --- a/src/router.js +++ b/src/router.js @@ -270,7 +270,7 @@ path: 'subject/list', component: () => import('@/views/education/subject/list'), name: 'EducationSubjectPage', - meta: { title: '璇剧洰鍒楄〃', noCache: true } + meta: { title: '閮ㄩ棬璇剧洰', noCache: true } }, { path: 'department/list', @@ -491,6 +491,12 @@ meta: { title: '瀛︾敓鍒楄〃', noCache: true } }, { + path: 'tag/list', + component: () => import('@/views/user/tag/list'), + name: 'TagAdminPageList', + meta: { title: '瀛︾敓鏍囩', noCache: true } + }, + { path: 'departmentExamine/list', component: () => import('@/views/user/departmentExamine/list'), name: 'departmentExamineList', -- Gitblit v1.8.0