From caf5eece759763e96591a786cf9a8eb8f515d5f0 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 18 九月 2025 09:38:59 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/~yxh/smartor-web
---
src/router/index.js | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 6f4d0f9..84042a6 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -96,19 +96,19 @@
component: () => import('@/views/error/401'),
hidden: true
},
- // {
- // path: '',
- // component: Layout,
- // redirect: 'index',
- // children: [
- // {
- // path: 'index',
- // component: () => import('@/views/index'),
- // name: 'Index',
- // meta: { title: '棣栭〉', icon: 'dashboard', affix: true }
- // }
- // ]
- // },
+ {
+ path: '',
+ component: Layout,
+ redirect: 'index',
+ children: [
+ {
+ path: 'index',
+ component: () => import('@/views/index'),
+ name: 'Index',
+ meta: { title: '棣栭〉', icon: 'dashboard', affix: true }
+ }
+ ]
+ },
{
path: '/user',
component: Layout,
--
Gitblit v1.9.3