diff --git a/manifest.json b/manifest.json index 665f645..dcf4904 100644 --- a/manifest.json +++ b/manifest.json @@ -4,8 +4,8 @@ "appid" : "__UNI__97E1400", // 97E1400 "description" : "秦港相关方", - "versionName" : "1.0.55", - "versionCode" : 55, + "versionName" : "1.0.56", + "versionCode" : 56, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -100,6 +100,9 @@ "spotlight@3x" : "unpackage/res/icons/120x120.png" } } + }, + "splashscreen" : { + "useOriginalMsgbox" : true } } }, diff --git a/pages/login/register.vue b/pages/login/register.vue index 7f11137..d5b128a 100644 --- a/pages/login/register.vue +++ b/pages/login/register.vue @@ -134,7 +134,6 @@ export default { }) }, 2000) }).catch((e) => { - console.log(e) uni.$u.toast(e.msg || '请补全必填项') }) } diff --git a/utils/request.js b/utils/request.js index cd6bb05..e7efdfd 100644 --- a/utils/request.js +++ b/utils/request.js @@ -1,9 +1,7 @@ import refreshToken from "../api/refreshToken"; -// let requestPath = 'http://192.168.0.102:8059/xgf_gwj_2.0/'; // 后台请求地址 -// let requestPath = 'http://127.0.0.1:8059/xgf_gwj_2.0/'; // 后台请求地址 +// let requestPath = 'http://192.168.10.27:7013/xgf_gwj_2.0/'; // 后台请求地址 let requestPath = 'https://skqhdg.porthebei.com:9006/xgf_gwj_2.0/'; // 后台请求地址 -// let requestPath = 'http://192.168.151.32:8151/xgf_gwj_2.0/'; // 后台请求地址 // let requestPath = 'https://qgxgf.qhdsafety.com/qa-prevention-xgf/'; // 外网地址 import store from '../store/index' import {setRefreshToken} from "../api/api";