|
@@ -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地址!");
|