duy 2 năm trước cách đây
mục cha
commit
a76228dbd5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/archives/bookmark.vue

+ 1 - 0
src/views/archives/bookmark.vue

@@ -193,6 +193,7 @@ const addModalClick = async(type) => {
     //console.log(res);
     if (code == 200) {
         window.$message?.success('修改成功')
+        window?.location?.reload()  //刷新页面
     }
 
 }