huangxiaojing 3 yıl önce
ebeveyn
işleme
e3f1178377

+ 2 - 2
microserviceUserH5/vcloud/beeMansLogin.html

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