Przeglądaj źródła

延长错误显示时间

Michael Wang 3 lat temu
rodzic
commit
76743f5181
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/features/admin/confirmPaper/ConfirmPaper.vue

+ 1 - 1
src/features/admin/confirmPaper/ConfirmPaper.vue

@@ -279,7 +279,7 @@ async function getStudent(studentId: number) {
   currentImage = 0;
 
   if (!stu.success) {
-    void message.error(stu.message);
+    void message.error(stu.message, 24 * 60 * 60);
     dataError = true;
 
     throw new Error("取学生信息出错: " + stu.message);