Explorar o código

fix:强制刷新

anxiaoxia hai 2 meses
pai
achega
dc3c7a1032
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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('刷新页面');
+        
     });
 }