Sfoglia il codice sorgente

fix 同旧版保持一致

Michael Wang 3 anni fa
parent
commit
76ac56d22e
1 ha cambiato i file con 5 aggiunte e 4 eliminazioni
  1. 5 4
      src/features/UserLogin/useRemoteAppChecker.ts

+ 5 - 4
src/features/UserLogin/useRemoteAppChecker.ts

@@ -65,10 +65,11 @@ export function useRemoteAppChecker() {
         dtl: "读取tasklist出错",
         dtl: "读取tasklist出错",
         ext: { errorType: "e-01", applicationNames },
         ext: { errorType: "e-01", applicationNames },
       });
       });
-      $message.error("系统检测出错(e-01),请退出程序后重试!", {
-        duration: 24 * 60 * 60 * 1000,
-      });
-      return;
+      // 旧版没报错,这里也别报错了
+      // $message.error("系统检测出错(e-01),请退出程序后重试!", {
+      //   duration: 24 * 60 * 60 * 1000,
+      // });
+      // return;
     }
     }
     if (!applicationNames?.trim()) {
     if (!applicationNames?.trim()) {
       disableLoginBtnBecauseRemoteApp = false;
       disableLoginBtnBecauseRemoteApp = false;