diff --git a/common/config.js b/common/config.js index e41b22f..f3d97cf 100644 --- a/common/config.js +++ b/common/config.js @@ -6,9 +6,13 @@ // const ROOTPATH = "http://192.168.2.222:8187/sqx_fast"; // const ROOTPATH1 = "http://192.168.2.222:8187/sqx_fast"; -const ROOTPATH3 = "wss://1.92.152.160/wss/websocket/"; -const ROOTPATH = "http://1.92.152.160/sqx_fast"; -const ROOTPATH1 = "http://1.92.152.160/sqx_fast"; +// const ROOTPATH3 = "wss://1.92.152.160/wss/websocket/"; +// const ROOTPATH = "http://1.92.152.160/sqx_fast"; +// const ROOTPATH1 = "http://1.92.152.160/sqx_fast"; + +const ROOTPATH3 = "wss://sausers.blxinchuang.com/wss/websocket/"; +const ROOTPATH = "https://sausers.blxinchuang.com/sqx_fast"; +const ROOTPATH1 = "https://sausers.blxinchuang.com/sqx_fast"; // const ROOTPATH3 = "wss://47.75.182.93:8090/wss/websocket/"; // const ROOTPATH = "http://47.75.182.93:8090/sqx_fast"; @@ -54,7 +58,8 @@ const TX_MAP_KEY = 'VIWBZ-5OM3F-CV7JZ-NLKJY-AXSYV-TMFM6'; //ws基础连接地址 // const WS_BASE_PATH = 'ws://47.75.182.93:8090/sqx_fast/'; // const WS_BASE_PATH = 'ws://192.168.2.222:8187/sqx_fast/'; -const WS_BASE_PATH = 'ws://1.92.152.160/sqx_fast/'; +const WS_BASE_PATH = 'ws://sausers.blxinchuang.com/sqx_fast/'; +// const WS_BASE_PATH = 'ws://1.92.152.160/sqx_fast/'; // const WS_BASE_PATH = 'ws://120.46.52.165/sqx_fast/'; // const WS_BASE_PATH = 'wss://admin.sjajk.com/sqx_fast/';//生产需替换 diff --git a/common/queue.js b/common/queue.js index 01f4957..5d184ca 100644 --- a/common/queue.js +++ b/common/queue.js @@ -21,14 +21,16 @@ module.exports = { // return 'https://admin.sjajk.com'//生产需替换 // return 'http://120.46.52.165'1.92.152.160 // return 'http://192.168.2.222:8187' - return 'http://1.92.152.160' + return 'https://sausers.blxinchuang.com' + // return 'http://1.92.152.160' // return 'http://47.75.182.93:8090:8187' }, //全局域名 部分html中需要单独替换 需要修改config中的网络请求域名 publicYuMingApp() { // return 'https://wx.sjajk.com'//生产需替换 // return 'http://120.46.52.165' - return 'http://1.92.152.160' + return 'https://sausers.blxinchuang.com' + // return 'http://1.92.152.160' // return 'http://192.168.2.222:8187' // return 'http://47.75.182.93:8090:8187' }, diff --git a/uni_modules/liu-goods-swiper/components/liu-goods-swiper/liu-goods-swiper.vue b/uni_modules/liu-goods-swiper/components/liu-goods-swiper/liu-goods-swiper.vue index 208d5eb..6f6c94b 100644 --- a/uni_modules/liu-goods-swiper/components/liu-goods-swiper/liu-goods-swiper.vue +++ b/uni_modules/liu-goods-swiper/components/liu-goods-swiper/liu-goods-swiper.vue @@ -3,7 +3,7 @@ - + {{item.artificerName}} {{item.content}} diff --git a/uview-ui/libs/request/index.js b/uview-ui/libs/request/index.js index ae97323..cd80841 100644 --- a/uview-ui/libs/request/index.js +++ b/uview-ui/libs/request/index.js @@ -103,7 +103,8 @@ class Request { this.config = { // baseUrl: 'https://admin.sjajk.com/', // 请求的根域名//生产需替换 // baseUrl: 'http://192.168.2.222:8187/', - baseUrl: 'http://1.92.152.160/', // 请求的根域名 + baseUrl: 'https://sausers.blxinchuang.com/', // 请求的根域名 + // baseUrl: 'http://1.92.152.160/', // 请求的根域名 // baseUrl: 'http://120.46.52.165/', // 请求的根域名 // baseUrl: 'http://47.75.182.93:8090/', // 默认的请求头