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