修复微信授权无效BUG

master
santaner 11 months ago
parent 666b1f696a
commit 17bbffd19f
  1. 2
      config/app.js
  2. 2
      libs/wechat.js
  3. 6
      manifest.json
  4. 1
      pages/users/feedback/index.vue
  5. 5
      vue.config.js

@ -11,7 +11,7 @@ let httpApi = 'https://b2b2c.njrenzhou.cn' //生产
// 聊天接口修改此字符 小程序聊天要求wss 例如:wss://mer.crmeb.net
// let wsApi = 'ws://192.168.3.20:8324'
let wsApi = 'wss://b2b2c.njrenzhou.cn'
let wsApi = 'wss://mer.crmeb.net'
module.exports = {
// 请求域名 格式: https://您的域名

@ -291,4 +291,4 @@ class AuthWechat {
}
export default new AuthWechat();
// #endif
// #endif

@ -1,6 +1,6 @@
{
"name" : "CRMEB",
"appid" : "__UNI__6105009",
"appid" : "__UNI__75433AA",
"description" : "",
"versionName" : "1.0.4",
"versionCode" : 127,
@ -188,7 +188,7 @@
},
"router" : {
"mode" : "history",
"base" : "./"
"base" : ""
},
"domain" : "",
"sdkConfigs" : {
@ -198,7 +198,7 @@
}
}
},
"title" : "小易",
"title" : "加载中...",
"template" : "template.h5.html"
}
}

@ -179,7 +179,6 @@
console.log(res, '回调')
that.uploadImg.push(res.data.path);
that.$set(that, 'uploadImg', that.uploadImg);
console.log(that.uploadImg);
});
},
//

@ -8,9 +8,4 @@ module.exports = {
config.optimization.minimizer[0].options.terserOptions.compress.pure_funcs = ['console.log']
}
}
// derServer:{
// port:80,
// host:0.0.0.0,
// disableHostCheck:true,
// }
}

Loading…
Cancel
Save