diff --git a/App.vue b/App.vue index f9e1a21..b02112f 100644 --- a/App.vue +++ b/App.vue @@ -4,11 +4,11 @@ // url: 'http://192.168.3.4:9301/crest', // imgUrl: 'https://192.168.3.4:9301/filesystem/', //正式 - // url: 'https://pay.dctpay.com/crest', - // imgUrl: 'https://gratia-pay.obs.cn-southwest-2.myhuaweicloud.com', + url: 'https://pay.dctpay.com/crest', + imgUrl: 'https://gratia-pay.obs.cn-southwest-2.myhuaweicloud.com', //测试 - url: 'https://gratia-pay.dctpay.com/crest', - imgUrl: 'https://gratia-pay-test.obs.cn-east-3.myhuaweicloud.com', + // url: 'https://gratia-pay.dctpay.com/crest', + // imgUrl: 'https://gratia-pay-test.obs.cn-east-3.myhuaweicloud.com', userInfo: "", openId: '', h5code: '', diff --git a/manifest.json b/manifest.json index f946169..fab3304 100644 --- a/manifest.json +++ b/manifest.json @@ -2,14 +2,17 @@ "name" : "惠支付", "appid" : "__UNI__190622D", "description" : "", - "versionName" : "1.0.1", - "versionCode" : 101, + "versionName" : "1.0.0", + "versionCode" : 100, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { "usingComponents" : true, "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, + "compatible" : { + "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 + }, "splashscreen" : { "alwaysShowBeforeRender" : true, "waiting" : true,