From 4b829e56decd7af4d2a402dab32098fb9d4881e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Wed, 18 Sep 2024 15:49:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=89=88=E9=BB=98=E8=AE=A4=E7=8E=AF=E5=A2=83=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E7=BA=BF=E4=B8=8A=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 8 ++++---- manifest.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/App.vue b/App.vue index cf7897b..e31de50 100644 --- a/App.vue +++ b/App.vue @@ -17,12 +17,12 @@ envVersion: '', // 获取环境配置 getEnvConfig() { - const envVserionStorage = uni.getStorageSync('envVersion') - if(envVserionStorage) { - return envVserionStorage + const envVersionStorage = uni.getStorageSync('envVersion') + if(envVersionStorage) { + return envVersionStorage } else { if(this.envVersion === 'develop') { - return 'DEV' + return 'XHJ' } else if(this.envVersion === 'trial') { return 'PRE' } else { diff --git a/manifest.json b/manifest.json index bc7d848..10a1f70 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "appid" : "__UNI__933D519", "description" : "", "versionName" : "1.0.0", - "versionCode" : "15", + "versionCode" : "16", "transformPx" : false, /* 小程序特有相关 */ "mp-weixin" : {