From 4c7bbf116afceee60f2d535444ab99e22e806998 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期三, 19 六月 2024 17:50:20 +0800
Subject: [PATCH] chore:路由
---
src/router/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 7b03654..e113914 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -5,7 +5,7 @@
const routes = [
{
path: '/',
- redirect: '/grade-list'
+ redirect: '/index'
},
{
--
Gitblit v1.8.0