Commit 5a480118 by 程默

fix

parent 91783026
......@@ -5,7 +5,7 @@ export default {
let extConfig = wx.getExtConfigSync ? wx.getExtConfigSync() : {};
console.log(extConfig,'-----------extConfig')
if (process.env.NODE_ENV == "development" || JSON.stringify(extConfig) == "{}") {
extConfig = { mixid: "antgood" };
// extConfig = { mixid: "antgood" };
}
this.$store.commit("setExtConfig", extConfig.mixid);
// 调用API从本地缓存中获取数据
......
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