heyang 3 年之前
父節點
當前提交
4976a3036f

+ 2 - 2
microserviceUserH5/vcloud/actFissionShare.html

@@ -566,7 +566,7 @@
         function download() {
             if (isAndroid) {
                 if (baseUrl.includes('14.18.190.141')) {
-                    window.location.href = 'http://14.18.190.141:28888/suanchou'
+                    window.location.href = 'http://14.18.190.144:18888/suanchou'
                 } else {
                     window.location.href = 'http://www.androidscloud.com/suanchou?timestamp=' + Math.random();
                 }
@@ -774,7 +774,7 @@
                 download() {
                     if (isAndroid) {
                         if (baseUrl.includes('14.16.190.141')) {
-                            window.location.href = 'http://14.18.190.141:28888/suanchou'
+                            window.location.href = 'http://14.18.190.144:18888/suanchou'
                         } else {
                             window.location.href = 'http://www.androidscloud.com/suanchou?timestamp=' + Math.random();
                         }

+ 1 - 1
microserviceUserH5/vcloud/promote.html

@@ -156,7 +156,7 @@
 							toastr.error(res.msg)
 							setTimeout(function () {
 								if(baseUrl.includes('14.18.190.141')){
-									$(window).attr('location', 'http://14.18.190.141:28888');
+									$(window).attr('location', 'http://14.18.190.144:18888');
 								}else{
 									$(window).attr('location', 'http://www.androidscloud.com/');
 								}

+ 1 - 1
microserviceUserH5/vcloud/register.html

@@ -140,7 +140,7 @@
             toastr.error(res.msg)
             setTimeout(function () {
               if (baseUrl.includes('14.18.190.141')) {
-                $(window).attr('location', 'http://14.18.190.141:28888');
+                $(window).attr('location', 'http://14.18.190.144:18888');
               } else {
                 $(window).attr('location', 'http://www.androidscloud.com/');
               }

+ 1 - 1
microserviceUserH5/vcloud/share.html

@@ -221,7 +221,7 @@
 						return;
 					} else {
 						if(window.location.href.includes('14.18.190.141')){
-							window.location.href = 'http://14.18.190.141:28888/admin/attachment/download/2117e9b7f3734b16b81b9d7bb1c5a601'
+							window.location.href = 'http://14.18.190.144:18888/admin/attachment/download/2117e9b7f3734b16b81b9d7bb1c5a601'
 						} else {
 							window.location.href ='http://www.androidscloud.com/admin/attachment/download/2117e9b7f3734b16b81b9d7bb1c5a601';
 						}