diff --git a/common/config.js b/common/config.js index 2ae726f..302a7cd 100644 --- a/common/config.js +++ b/common/config.js @@ -1,10 +1,10 @@ -// const ROOTPATH1 = "https://dj-api.hnsiyao.cn/czg/"; // -// const ROOTPATH = "https://dj-api.hnsiyao.cn/czg/"; //后台服务域名 -// const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名 +const ROOTPATH1 = "https://dj-api.hnsiyao.cn/czg/"; // +const ROOTPATH = "https://dj-api.hnsiyao.cn/czg/"; //后台服务域名 +const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名 -const ROOTPATH1 = "https://video.hnsiyao.cn/czg/"; // -const ROOTPATH = "https://video.hnsiyao.cn/czg/"; //后台服务域名 -const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名 +// const ROOTPATH1 = "https://video.hnsiyao.cn/czg/"; // +// const ROOTPATH = "https://video.hnsiyao.cn/czg/"; //后台服务域名 +// const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名 // const ROOTPATH1 = "http://192.168.1.5:8100/czg/"; // // const ROOTPATH = "http://192.168.1.5:8100/czg/"; //后台服务域名 diff --git a/pages/me/index.vue b/pages/me/index.vue index 017bdd1..1bf6f82 100644 --- a/pages/me/index.vue +++ b/pages/me/index.vue @@ -311,7 +311,7 @@ const systemInfo = uni.getSystemInfoSync(); const isIOS = /iOS/.test(systemInfo.platform); - if (!isIOS) { + if (isIOS) { this.isBack = true } this.isWxIosPay = uni.getStorageSync('isWxIosPay')