Browse Source

fix: 修复逻辑

XingHeYuZhuan 1 tháng trước cách đây
mục cha
commit
64ad22d279
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      resources/JXUST/jxust.js

+ 0 - 1
resources/JXUST/jxust.js

@@ -200,7 +200,6 @@ async function runImportFlow() {
     const LOGIN_URL_START = "https://authserver.jxust.edu.cn/authserver/login";
     if (window.location.href.startsWith(LOGIN_URL_START)) {
         AndroidBridge.showToast("错误:当前页面为登录页,请先完成登录后再尝试导入!");
-        AndroidBridge.notifyTaskCompletion();
         return;
     }