From e735896a68d8c1742859a06d7bc1c7c1bb61f57d Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 23 一月 2025 14:08:52 +0800 Subject: [PATCH] 新增页面 --- src/router/index.js | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index a1c7386..31e1ae3 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -62,19 +62,29 @@ hidden: true }, { - path: '', - component: Layout, + path: '/cert', + component: () => import('@/views/onlineEducation/classCertManage/index'), + hidden: true + }, + { + path: '/singlePage', + component: () => import('@/views/specialOperationsPay/singlePage/index'), + hidden: true + }, + // { + // path: '', + // component: Layout, // redirect: '/notCoalMine/nPeopleManage/index', - hidden: true, - children: [ + // hidden: true, + // children: [ // { // path: 'index', // component: () => import('@/views/index'), // name: 'Index', // meta: { title: '人员管理', icon: 'peoples', affix: true } // } - ] - }, + // ] + // }, { path: '/user', component: Layout, -- Gitblit v1.9.2