duy 2 years ago
parent
commit
a76228dbd5
1 changed files with 1 additions and 0 deletions
  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()  //刷新页面
     }
 
 }