This commit is contained in:
duanxiaohai 2024-06-27 09:10:07 +08:00
parent 859aca24f7
commit 9003ac3677
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const router = createRouter({
routes: [ routes: [
{ {
path: '/', path: '/',
redirect: '/home/index' redirect: '/guide'
}, },
{ {
name: '引导页', name: '引导页',