From 66f16fc263dc48af735a5e2e9a1727bcc4bd8618 Mon Sep 17 00:00:00 2001 From: Wik-T <812952667@qq.com> Date: Thu, 13 Jul 2023 09:47:09 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=89=93=E5=8C=85app=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 8 ++++---- manifest.json | 7 +++++-- 2 files changed, 9 insertions(+), 6 deletions(-) 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,