Merge pull request #5 from littleshe/patch-1

[fix]logo跳转404问题
pull/1/head
若依 3 years ago committed by GitHub
commit fece6740a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@ export const constantRoutes = [
{
path: '',
component: Layout,
redirect: 'index',
redirect: '/index',
children: [
{
path: '/index',
@ -160,4 +160,4 @@ const router = createRouter({
},
});
export default router;
export default router;

Loading…
Cancel
Save