diff --git a/common/config.js b/common/config.js index 15d567e..d866485 100644 --- a/common/config.js +++ b/common/config.js @@ -4,6 +4,7 @@ //测试环境 const PROT = "http://" // const ROOTHOST = "47.75.182.93:8090"; +// const ROOTHOST = "1.92.152.160"; const ROOTHOST = "192.168.2.222:8187"; // const ROOTHOST = "120.46.52.165"; // const ROOTHOST = "192.168.0.115:8187"; diff --git a/unpackage/release/apk/__UNI__B37C795__20240702153607.apk b/unpackage/release/apk/__UNI__B37C795__20240702153607.apk new file mode 100644 index 0000000..fbac375 Binary files /dev/null and b/unpackage/release/apk/__UNI__B37C795__20240702153607.apk differ diff --git a/uview-ui/libs/request/index.js b/uview-ui/libs/request/index.js index 7cd3e99..466da1e 100644 --- a/uview-ui/libs/request/index.js +++ b/uview-ui/libs/request/index.js @@ -105,6 +105,7 @@ class Request { // baseUrl: 'http://47.75.182.93:8090/', // 请求的根域名 // baseUrl: 'http://120.46.52.165/', // 请求的根域名 baseUrl: 'http://192.168.2.222:8187/', // 请求的根域名 + // baseUrl: 'http://1.92.152.160/', // 请求的根域名 // 默认的请求头 header: {}, method: 'POST',