From c9e56c663c56d146d5591b9f651b8f4881f44368 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期二, 18 一月 2022 11:03:48 +0800
Subject: [PATCH] update copyright 2022
---
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