#
whycq
2023-12-12 52f2f4d62c4fcefa3b8b7128661cb5e296917571
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() {