#
whycq
2023-11-15 c1d529696eca2394ae271b9ccc7dcac4fdf043df
Monitor-APP/App.vue
@@ -9,7 +9,7 @@
         const BasePort = uni.getStorageSync('BasePort');
         this.baseUrl = 'http://' + BaseIP + ':' + BasePort + '/jfwms'
         setInterval(()=>{
            this.getVersion()
            // this.getVersion()
         },3000)
      },
      onHide: function() {
@@ -27,7 +27,6 @@
         //检测当前平台,如果是安卓则启动安卓更新
         getVersion() {
            let that = this;
            console.log(this.downloadFlag);
            if (this.downloadFlag) {
               return
            }