From 8b147d461cf622666378acc6b9023710572f9ee9 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Wed, 24 Jan 2024 18:14:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 6 ++++++ config/app.js | 4 ++-- manifest.json | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/App.vue b/App.vue index 357b292..5b478cf 100644 --- a/App.vue +++ b/App.vue @@ -74,6 +74,12 @@ ...uni.getStorageSync('GLOBAL_DATA') || {} }, onLaunch: function(option) { + // #ifdef H5 + uni.setTabBarItem({ + index: 1, + visible: false + }) + // #endif this.globalData.statusBarHeight = uni.getSystemInfoSync().statusBarHeight + 'px'; this.globalData.uid = this.$store.state.app.uid; // let appkey = uni.getStorage({ diff --git a/config/app.js b/config/app.js index ccbb88f..cdcc9f8 100644 --- a/config/app.js +++ b/config/app.js @@ -11,8 +11,8 @@ let httpApiFive let wsApi // 在打包之前请检查当前环境是否正确 -// const env = 'dev'; // 开发 -const env = 'prod'; // 生产 +const env = 'dev'; // 开发 +// const env = 'prod'; // 生产 // const env = 'prew'; // 预上线 switch (env) { diff --git a/manifest.json b/manifest.json index aa33955..1903591 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农生活", "appid" : "__UNI__3A527D1", "description" : "", - "versionName" : "1.7.8", - "versionCode" : 178, + "versionName" : "1.7.9", + "versionCode" : 179, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : {