mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-10 08:56:41 +08:00
get routers local default
This commit is contained in:
parent
a6d56d7dd0
commit
99b03c63fb
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user