Junjie
2024-08-19 6861a44468de82080cf128072d8736bacc1b04d5
pages/project/jmAGV/home.vue
@@ -224,6 +224,16 @@
         this.token = uni.getStorageSync('token');
         
         this.getEmptyMatList()
         uni.onNetworkStatusChange(function (res) {
            if(!res.isConnected) {
               uni.showLoading({
                  title: '网络断开...'
               });
            }else {
               uni.hideLoading();
            }
         });
      },
      methods: {
         jump() {