shawenguan 1 년 전
부모
커밋
ff6edad8cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Scripts/telecom/cloud189Helper.js

+ 1 - 1
Scripts/telecom/cloud189Helper.js

@@ -704,7 +704,7 @@ async function getLoginScanJumpUrl(url){
 }
 
 async function scanLogin(){
-    let sInitUrl = 'https://cloud.189.cn/api/portal/loginUrl.action?redirectURL=https://cloud.189.cn/web/redirect.html?returnURL=/main.action';
+    let sInitUrl = 'https://cloud.189.cn/api/portal/loginUrl.action?redirectURL=https://cloud.189.cn/web/redirect.html?returnURL=%2Fmain.action';
     let jumpUrl = await getLoginScanUrl(sInitUrl);
     if(jumpUrl){
         await getLoginScanJumpUrl(jumpUrl);