Commit 2ad90cb8 authored by qinj's avatar qinj

Merge branch 'dev' of http://120.25.63.219:6088/rex/portalhtml into dev

parents cae8a92b e537afce
...@@ -80,7 +80,7 @@ const actions = { ...@@ -80,7 +80,7 @@ const actions = {
return new Promise(resolve => { return new Promise(resolve => {
const paths = JSON.parse(localStorage.getItem('PATHS')) const paths = JSON.parse(localStorage.getItem('PATHS'))
let accessedRoutes let accessedRoutes
const test = true // 是否测试阶段 const test = false // 是否测试阶段
if (test) { if (test) {
accessedRoutes = asyncRoutes accessedRoutes = asyncRoutes
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment