Selaa lähdekoodia

fix 同旧版保持一致

Michael Wang 3 vuotta sitten
vanhempi
commit
76ac56d22e
1 muutettua tiedostoa jossa 5 lisäystä ja 4 poistoa
  1. 5 4
      src/features/UserLogin/useRemoteAppChecker.ts

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

@@ -65,10 +65,11 @@ export function useRemoteAppChecker() {
         dtl: "读取tasklist出错",
         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()) {
       disableLoginBtnBecauseRemoteApp = false;