[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. 2
      src/router/index.js

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

Loading…
Cancel
Save