#
whycq
2023-11-17 24b91cde32383c18533e516d7241e880d993d63c
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() {