Kaynağa Gözat

fix:强制刷新

anxiaoxia 2 hafta önce
ebeveyn
işleme
dc3c7a1032
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      src/views/envmonitor/taiguv1/index.vue

+ 3 - 1
src/views/envmonitor/taiguv1/index.vue

@@ -688,7 +688,9 @@ const changeRoom = item => {
         }
     }).then(() => {
         // 刷新页面
-        // window.location.reload();
+        window.location.reload(true);
+        console.log('刷新页面');
+        
     });
 }