Browse Source

v1.1.41 formal id1350

privacy
刘嘉炜 1 year ago
parent
commit
931f07b0a5
  1. 4
      src/js/api.js
  2. 2
      src/manifest.json
  3. 2
      src/subpackage/device/pages/index/index.vue

4
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 测试

2
src/manifest.json

@ -55,7 +55,7 @@
/* */
"mp-weixin" : {
/* */
"appid" : "wx7106e84614cf0060",
"appid" : "wxf1294b279ad1b845",
"setting" : {
"urlCheck" : false,
"minified" : true

2
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);

Loading…
Cancel
Save