From 102f2220365de7cd04d7cd07d8ff8ef03ca2c460 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Wed, 19 Feb 2025 08:49:38 +0800
Subject: [PATCH] 修改跳转和双向绑定
---
src/router/index.js | 33 ++++++++++++++++++++++-----------
1 files changed, 22 insertions(+), 11 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 71907b6..31e1ae3 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -62,19 +62,30 @@
hidden: true
},
{
- path: '',
- component: Layout,
- redirect: 'index',
- children: [
- {
- path: 'index',
- component: () => import('@/views/index'),
- name: 'Index',
- meta: { title: '首页', icon: 'dashboard', affix: true }
- }
- ]
+ 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: [
+ // {
+ // path: 'index',
+ // component: () => import('@/views/index'),
+ // name: 'Index',
+ // meta: { title: '人员管理', icon: 'peoples', affix: true }
+ // }
+ // ]
+ // },
+ {
path: '/user',
component: Layout,
hidden: true,
--
Gitblit v1.9.2