1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-08 03:01:56 +08:00

get routers local default

This commit is contained in:
wwlleo0730 2019-02-14 12:46:04 +08:00
parent a6d56d7dd0
commit 99b03c63fb

View File

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