[fix]logo跳转404问题

master
urrrich 3 years ago committed by GitHub
parent f2cf400c8b
commit f8037c23ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/router/index.js

@ -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