huangxiaojing преди 3 години
родител
ревизия
e3f1178377
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      microserviceUserH5/vcloud/beeMansLogin.html

+ 2 - 2
microserviceUserH5/vcloud/beeMansLogin.html

@@ -72,7 +72,7 @@
     } else {
       
       $.ajax({
-        url: 'http://vclusters.imwork.net:2221/api/user/v1/client/getPbKey',
+        url: baseUrl + '/api/user/v1/client/getPbKey',
         type: 'post',
         contentType: "application/json",
         dataType: 'json',
@@ -93,7 +93,7 @@
     }
     $('.master').show()
     $.ajax({
-      url: 'http://vclusters.imwork.net:2221/api/user/v1/beeMans/fmCloudLogin',
+      url: baseUrl + '/api/user/v1/beeMans/fmCloudLogin',
       data: JSON.stringify(form),
       type: 'post',
       contentType: "application/json",