提交 e23a4c74 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 e6b66488
...@@ -78,7 +78,7 @@ const store = new Vuex.Store({ ...@@ -78,7 +78,7 @@ const store = new Vuex.Store({
localAppConfig = null localAppConfig = null
} }
} }
const appConfig = localAppConfig || found || appConfigList[0] const appConfig = found || localAppConfig || appConfigList[0]
commit('setAppConfig', appConfig) commit('setAppConfig', appConfig)
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论