Merge pull request #5 from littleshe/patch-1

[fix]logo跳转404问题
This commit is contained in:
若依 2021-12-30 09:46:34 +08:00 committed by GitHub
commit fece6740a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ export const constantRoutes = [
{ {
path: '', path: '',
component: Layout, component: Layout,
redirect: 'index', redirect: '/index',
children: [ children: [
{ {
path: '/index', path: '/index',