diff --git a/config/app.js b/config/app.js index 2182f5b..582b474 100644 --- a/config/app.js +++ b/config/app.js @@ -39,7 +39,7 @@ switch (env) { // 聊天接口修改此字符 小程序聊天要求wss 例如:wss://mer.crmeb.net // let wsApi = 'ws://192.168.3.20:8324' let wsApi = 'wss://shop.lihaink.cn' - +console.log(window.location.protocol, '1111111111') module.exports = { // 请求域名 格式: https://您的域名 // #ifdef MP || APP-PLUS @@ -50,12 +50,22 @@ module.exports = { HTTP_REQUEST_URL_FOUR: httpApiFour, VUE_APP_WS_URL: `${wsApi}?type=user`, // #endif - + // #ifdef H5 + + //H5接口是浏览器地址 - HTTP_REQUEST_URL_FOUR: httpApiFour|| window.location.protocol + "//" + window.location.host, - HTTP_REQUEST_URL: httpApi || window.location.protocol + "//" + window.location.host, - HTTP_REQUEST_URL_TWO: httpApiTwo || window.location.protocol + "//" + window.location.host, + HTTP_REQUEST_URL: window.location.host == 'localhost:8080' ? httpApi : window.location.protocol + "//" + window + .location.host, + HTTP_REQUEST_URL_TWO: httpApiTwo, + HTTP_REQUEST_URL_FOUR: window.location.host == 'localhost:8080' ? httpApiFour : + 'https://ceshi-worker-task.lihaink.cn', + + HTTP_REQUEST_URL_FOUR: window.location.host == 'test.shop.lihaink.cn' ? 'https://preview-worker-task.lihaink.cn' : 'https://ceshi-worker-task.lihaink.cn', + + HTTP_REQUEST_URL_FOUR: window.location.host == 'shop.lihaink.cn' ? 'https://worker-task.lihaink.cn' : + 'https://preview-worker-task.lihaink.cn', + // 聊天长连接地址 VUE_APP_WS_URL: wsApi ? `${wsApi}?type=user` : VUE_APP_WS_URL, // #endif diff --git a/pages/moreProject/moreProject.vue b/pages/moreProject/moreProject.vue index d692b23..9789b9e 100644 --- a/pages/moreProject/moreProject.vue +++ b/pages/moreProject/moreProject.vue @@ -63,7 +63,7 @@ + @click="buyserset"> 商户设置 @@ -195,7 +195,7 @@ 商品管理 + @click="buyserset"> 商户设置 @@ -318,7 +318,7 @@ 商品管理 + @click="buyserset"> 商户设置 @@ -390,7 +390,7 @@ 商品管理 + @click="buyserset"> 商户设置