Prechádzať zdrojové kódy

Merge branch 'st3' into uat

gifur 2 rokov pred
rodič
commit
de6aa38f3b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      addin/res/ManagerDesktop/js/guide.js

+ 1 - 1
addin/res/ManagerDesktop/js/guide.js

@@ -2100,7 +2100,7 @@ $(function () {
     $(document).on('click', '#guide_access_authorize_next', function() {
 
         const ip = $('#guide_access_authorize_server_ip_content').val();
-        const username = $('#guide_access_authorize_username_content').val();
+        let username = $('#guide_access_authorize_username_content').val();
         const psw = $('#guide_access_authorize_password_content').val();
         if(!checkUrl(ip)) {
             utilStartAlertDialog("无效URL地址!");