From fc4e4e276dc61b66ca7929517d7a3f5eb94a7c11 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Tue, 31 Oct 2023 22:40:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 3 ++- pages/login/index.vue | 4 ++-- pages/paySuccess/paySuccess.vue | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index 67d02ab..a924b03 100644 --- a/config.js +++ b/config.js @@ -6,7 +6,8 @@ module.exports = { // 必填: 后端api地址, 斜杠/结尾, 参照下面格式 // 例如: https://www.你的域名.com/index.php?s=/api/ // apiUrl: "https://www.你的域名.com/index.php?s=/api/", - apiUrl: "http://192.168.66.16:8089/index.php?s=/api/", + apiUrl: "./index.php?s=/api/", + // apiUrl: "http://192.168.66.16:8089/index.php?s=/api/", /** * 是否启用商城设置缓存 diff --git a/pages/login/index.vue b/pages/login/index.vue index a7f3cbf..29aff0a 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -248,7 +248,7 @@ import store from '@/store' width: 76%; img{ - margin-left: 32rpx; + margin-left: 36rpx; } } @@ -259,7 +259,7 @@ import store from '@/store' line-height: 1.4; display: flex; flex-direction: column; - width: 98%; + width: 96%; padding-bottom: 12rpx; text-align: center; diff --git a/pages/paySuccess/paySuccess.vue b/pages/paySuccess/paySuccess.vue index df09472..431948c 100644 --- a/pages/paySuccess/paySuccess.vue +++ b/pages/paySuccess/paySuccess.vue @@ -131,7 +131,7 @@ var u = navigator.userAgent; if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) {//安卓手机 //alert('这是安卓手机') - durl="" + durl="https://pelerin.cn/CCDE.apk" } else if (u.indexOf('iPhone') > -1) {//苹果手机 durl="https://bf-analyze.oss-cn-shenzhen.aliyuncs.com/test/planet" //alert('这是iPhone')