Pārlūkot izejas kodu

Merge branch 'st3' into uat

gifur 2 gadi atpakaļ
vecāks
revīzija
de6aa38f3b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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地址!");