shawenguan 1 жил өмнө
parent
commit
8cff4e8caf

+ 0 - 2
Scripts/telecom/cloud189Helper.js

@@ -316,7 +316,6 @@ async function checkLogin(username, password, extData){
 
 async function tryJumpToUrl(url){
     return new Promise((resolve, reject) => {
-        let url = url;
         let body = ``;
         let options = {
             url: url,
@@ -329,7 +328,6 @@ async function tryJumpToUrl(url){
             },
             body: body
         }
-
         magicJS.http.get(options).then(resp => {
             const htmlText = resp.body;
             try {