get routers local default

This commit is contained in:
wwlleo0730 2019-02-14 12:46:04 +08:00
parent a6d56d7dd0
commit 99b03c63fb
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ let localRoutermap = [
{ path: '*', redirect: '/404', hidden: true } { path: '*', redirect: '/404', hidden: true }
] ]
const routerGetType = 'server' const routerGetType = 'local'
if (routerGetType === 'server') { if (routerGetType === 'server') {
localRoutermap = [ localRoutermap = [