#
whycq
2023-02-05 fb4084be3fb18539f3a94b37cfc22a82ecd4d8ef
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);