更新
This commit is contained in:
parent
28537e7181
commit
8b147d461c
6
App.vue
6
App.vue
@ -74,6 +74,12 @@
|
|||||||
...uni.getStorageSync('GLOBAL_DATA') || {}
|
...uni.getStorageSync('GLOBAL_DATA') || {}
|
||||||
},
|
},
|
||||||
onLaunch: function(option) {
|
onLaunch: function(option) {
|
||||||
|
// #ifdef H5
|
||||||
|
uni.setTabBarItem({
|
||||||
|
index: 1,
|
||||||
|
visible: false
|
||||||
|
})
|
||||||
|
// #endif
|
||||||
this.globalData.statusBarHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
|
this.globalData.statusBarHeight = uni.getSystemInfoSync().statusBarHeight + 'px';
|
||||||
this.globalData.uid = this.$store.state.app.uid;
|
this.globalData.uid = this.$store.state.app.uid;
|
||||||
// let appkey = uni.getStorage({
|
// let appkey = uni.getStorage({
|
||||||
|
@ -11,8 +11,8 @@ let httpApiFive
|
|||||||
let wsApi
|
let wsApi
|
||||||
|
|
||||||
// 在打包之前请检查当前环境是否正确
|
// 在打包之前请检查当前环境是否正确
|
||||||
// const env = 'dev'; // 开发
|
const env = 'dev'; // 开发
|
||||||
const env = 'prod'; // 生产
|
// const env = 'prod'; // 生产
|
||||||
// const env = 'prew'; // 预上线
|
// const env = 'prew'; // 预上线
|
||||||
|
|
||||||
switch (env) {
|
switch (env) {
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
"name" : "惠农生活",
|
"name" : "惠农生活",
|
||||||
"appid" : "__UNI__3A527D1",
|
"appid" : "__UNI__3A527D1",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.7.8",
|
"versionName" : "1.7.9",
|
||||||
"versionCode" : 178,
|
"versionCode" : 179,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user