修复微信授权无效BUG

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

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

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

@ -179,7 +179,6 @@
console.log(res, '回调') console.log(res, '回调')
that.uploadImg.push(res.data.path); that.uploadImg.push(res.data.path);
that.$set(that, 'uploadImg', that.uploadImg); 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'] config.optimization.minimizer[0].options.terserOptions.compress.pure_funcs = ['console.log']
} }
} }
// derServer:{
// port:80,
// host:0.0.0.0,
// disableHostCheck:true,
// }
} }

Loading…
Cancel
Save