duy 2 жил өмнө
parent
commit
6574b6dfad

+ 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()  //刷新页面
     }
 
 }