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" : {