diff --git a/common/config.js b/common/config.js
index a4f3d4e..5a64acf 100644
--- a/common/config.js
+++ b/common/config.js
@@ -1,16 +1,12 @@
-const ROOTPATH3 = "wss://192.168.2.22:8187/wss/chatSocket/";
+// const ROOTPATH3 = "wss://192.168.2.22:8187/wss/chatSocket/";
const ROOTPATH = "http://192.168.2.22:8187/sqx_fast";
-const ROOTPATH1 = "http://192.168.2.22:8187/sqx_fast";
-
-// const ROOTPATH3 = "wss://sausers.blxinchuang.com/wss/chatSocket/";
-// const ROOTPATH = "https://sausers.blxinchuang.com/sqx_fast";
-// const ROOTPATH1 = "https://sausers.blxinchuang.com/sqx_fast";
+// const ROOTPATH1 = "http://192.168.2.22:8187/sqx_fast";
//生产环境
// const ROOTPATH = "https://admin.sjajk.com/sqx_fast";//生产需替换
-// const ROOTPATH1 = "https://admin.sjajk.com/sqx_fast";//生产需替换
-// const ROOTPATH3 = "wss://admin.sjajk.com/wss/chatSocket/"; //联系客服//生产需替换
+const ROOTPATH1 = "https://admin.sjajk.com/sqx_fast";//生产需替换
+const ROOTPATH3 = "wss://admin.sjajk.com/wss/chatSocket/"; //联系客服//生产需替换
//上传地址
const UPLOAD_PATH = ROOTPATH1 + '/alioss/upload';
@@ -22,7 +18,6 @@ const TX_MAP_KEY = 'VIWBZ-5OM3F-CV7JZ-NLKJY-AXSYV-TMFM6';
//ws基础连接地址
// const WS_BASE_PATH = 'ws://192.168.2.222:8187/sqx_fast/';
-// const WS_BASE_PATH = 'ws://sausers.blxinchuang.com/sqx_fast/';
const WS_BASE_PATH = 'wss://admin.sjajk.com/sqx_fast/';//生产需替换
//地图ws接口
diff --git a/common/queue.js b/common/queue.js
index 2be8057..fb01bbd 100644
--- a/common/queue.js
+++ b/common/queue.js
@@ -19,13 +19,11 @@ module.exports = {
//全局域名 部分html中需要单独替换 需要修改config中的网络请求域名
publicYuMing() {
return 'https://admin.sjajk.com'//生产需替换
- // return 'https://sausers.blxinchuang.com'
// return 'http://192.168.2.222:8187'
},
//全局域名 部分html中需要单独替换 需要修改config中的网络请求域名
publicYuMingApp() {
- return 'https://admin.sjajk.com'//生产需替换
- // return 'https://sausers.blxinchuang.com'
+ return 'https://wx.sjajk.com'//生产需替换
// return 'http://192.168.2.222:8187'
},
logout() {
diff --git a/components/tki-qrcode/tki-qrcode.vue b/components/tki-qrcode/tki-qrcode.vue
index e3a6cc6..12baf03 100644
--- a/components/tki-qrcode/tki-qrcode.vue
+++ b/components/tki-qrcode/tki-qrcode.vue
@@ -83,6 +83,7 @@ export default {
},
methods: {
_makeCode() {
+ console.log(8989898,this)
let that = this
if (!this._empty(this.val)) {
qrcode = new QRCode({
@@ -99,6 +100,7 @@ export default {
image: that.icon, // 二维码图标
imageSize: that.iconSize,// 二维码图标大小
cbResult: function (res) { // 生成二维码的回调
+ console.log(987,res)
that._result(res)
},
});
diff --git a/components/wm-poster/wm-posterorders.vue b/components/wm-poster/wm-posterorders.vue
index 198bad1..b8eae9a 100644
--- a/components/wm-poster/wm-posterorders.vue
+++ b/components/wm-poster/wm-posterorders.vue
@@ -227,7 +227,8 @@
canvasId: _this.CanvasID,
quality: 1,
complete: res => {
- _this.tempFilePath = res.tempFilePath;
+ console.log(321321,_this.tempFilePath)
+ // _this.tempFilePath = res.tempFilePath;
_this.$emit('success', res);
_this.loading = false;
_this.$queue.showToast('长按图片保存海报');
diff --git a/index.html b/index.html
index 762dcc9..223e938 100644
--- a/index.html
+++ b/index.html
@@ -20,8 +20,8 @@