diff --git a/config/app.js b/config/app.js index 63862ab..118617c 100644 --- a/config/app.js +++ b/config/app.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://您的域名 diff --git a/libs/wechat.js b/libs/wechat.js index c7bcf1f..75eba52 100644 --- a/libs/wechat.js +++ b/libs/wechat.js @@ -291,4 +291,4 @@ class AuthWechat { } export default new AuthWechat(); -// #endif \ No newline at end of file +// #endif diff --git a/manifest.json b/manifest.json index 90702ac..b65871d 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } } diff --git a/pages/users/feedback/index.vue b/pages/users/feedback/index.vue index 7d50d9a..30b846e 100644 --- a/pages/users/feedback/index.vue +++ b/pages/users/feedback/index.vue @@ -179,7 +179,6 @@ console.log(res, '回调') that.uploadImg.push(res.data.path); that.$set(that, 'uploadImg', that.uploadImg); - console.log(that.uploadImg); }); }, // 弹窗关闭 diff --git a/vue.config.js b/vue.config.js index e831f50..3612e93 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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, - // } }