Commit e537afce authored by jiangqihao's avatar jiangqihao

jqh

parent 185ac742
...@@ -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