diff --git a/src/js/api.js b/src/js/api.js index fdb12eb..4c08443 100644 --- a/src/js/api.js +++ b/src/js/api.js @@ -1,5 +1,5 @@ -export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试 -// export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式 +// export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试 +export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式 // export const ORIGIN = `http://192.168.1.135:9090`; // 20210927 测试 diff --git a/src/manifest.json b/src/manifest.json index 01fc516..f4c24c3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -55,7 +55,7 @@ /* 快应用特有相关 */ "mp-weixin" : { /* 微信小程序特有相关 */ - "appid" : "wx7106e84614cf0060", + "appid" : "wxf1294b279ad1b845", "setting" : { "urlCheck" : false, "minified" : true diff --git a/src/subpackage/device/pages/index/index.vue b/src/subpackage/device/pages/index/index.vue index 88762b6..8d23e19 100644 --- a/src/subpackage/device/pages/index/index.vue +++ b/src/subpackage/device/pages/index/index.vue @@ -154,7 +154,7 @@ export default { try{ util.showLoad(); let _brandInfo = await this.$store.dispatch('getBrandInfo'); - await this.$store.dispatch('getStoreList', { stadium_id: +options.stadium_id || '' }); + await this.$store.dispatch('getStoreList', { stadium_id: +options.stadium_id || '', storeChange: true }); let { curStoreInfo } = this; this.getHardwareTypeList(curStoreInfo.id); this.getOuxuanacInfo(curStoreInfo.device_name);