From cf89febafa527afd30f342d2251905771c5d71bc Mon Sep 17 00:00:00 2001
From: 若依 <yzz_ivy@163.com>
Date: 星期二, 04 一月 2022 19:44:36 +0800
Subject: [PATCH] Merge pull request #10 from sapuser2017/patch-2
---
src/router/index.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 7bd960b..a99b3a5 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -57,7 +57,7 @@
{
path: '',
component: Layout,
- redirect: 'index',
+ redirect: '/index',
children: [
{
path: '/index',
@@ -160,4 +160,4 @@
},
});
-export default router;
\ No newline at end of file
+export default router;
--
Gitblit v1.9.3