Commit 7e6b25f8 by 李嘉林

优化

parent eb9bf826
...@@ -47,10 +47,8 @@ export default { ...@@ -47,10 +47,8 @@ export default {
ylkj_uat: { "mixid":"YLKJ", "shopid": 8 } ylkj_uat: { "mixid":"YLKJ", "shopid": 8 }
} }
this.extConfig = shopItem[process.env.NODE_ENV]; this.extConfig = shopItem[process.env.NODE_ENV];
wx.setStorageSync("extConfig", JSON.stringify(this.extConfig));
} else {
wx.setStorageSync("extConfig", JSON.stringify(this.extConfig));
} }
wx.setStorageSync("extConfig", JSON.stringify(this.extConfig));
// 行为收集初始化 // 行为收集初始化
this.$mpBehavior.init("mayi-moblie-shop-mp", this.extConfig.shopid, { this.$mpBehavior.init("mayi-moblie-shop-mp", this.extConfig.shopid, {
......
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