Browse Source

Merge pull request #5 from littleshe/patch-1

[fix]logo跳转404问题
master
若依 4 years ago
committed by GitHub
parent
commit
fece6740a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/router/index.js

2
src/router/index.js

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

Loading…
Cancel
Save