zhangjie 1 anno fa
parent
commit
9529fe8762
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/features/mark/Mark.vue

+ 1 - 1
src/features/mark/Mark.vue

@@ -449,7 +449,7 @@ const saveTaskToServer = async () => {
     }
     }
   } else if (!res.data.success) {
   } else if (!res.data.success) {
     void message.error({
     void message.error({
-      content: "提失败,请刷新页面",
+      content: "提失败,请刷新页面",
       key: mkey,
       key: mkey,
       duration: 10,
       duration: 10,
     });
     });