App.vue
@@ -84,8 +84,8 @@ ] }, onShow: function() { // this.getVersion(); // this.baseUrll = uni.getStorageSync("baseUrl") this.getVersion(); this.baseUrll = uni.getStorageSync("baseUrl") // console.log(this.baseUrll); console.log('App Show') }, @@ -118,7 +118,6 @@ let that = this; uni.request({ url: that.baseUrll + "/mobile/appUpdate/queryUpdate", // data: {combParam: 'asd'}, method:'GET', success(res) { console.log(res);