Commit 33fefed3 authored by 袁玲利's avatar 袁玲利

校园报告

parent 93e07448
...@@ -266,8 +266,8 @@ if (window.location.protocol != "https:") { ...@@ -266,8 +266,8 @@ if (window.location.protocol != "https:") {
if (window.location.host == "fpdev.xiaopay.net") { if (window.location.host == "fpdev.xiaopay.net") {
gHost = "https://dev-az-cloud-api.xiaopay.net"; gHost = "https://dev-az-cloud-api.xiaopay.net";
} }
if (window.location.host == "uat.xiaopay.net") { if (window.location.host == "uat.xiaopay.net" || window.location.host == "uat-pay.xiaopay.net") {
gHost = "https://test-az-cloud-api.xiaopay.net"; gHost = "https://uat-az-cloud-api.xiaopay.net";
} }
if (window.location.host == "pay.xiaopay.net") { if (window.location.host == "pay.xiaopay.net") {
gHost = "https://az-cloud-api.xiaopay.net"; gHost = "https://az-cloud-api.xiaopay.net";
......
...@@ -1531,7 +1531,7 @@ if (window.location.protocol != "https:") { ...@@ -1531,7 +1531,7 @@ if (window.location.protocol != "https:") {
if (window.location.host == "fpdev.xiaopay.net") { if (window.location.host == "fpdev.xiaopay.net") {
az_gHost = "https://dev-az-cloud-api.xiaopay.net"; az_gHost = "https://dev-az-cloud-api.xiaopay.net";
} }
if (window.location.host == "uat.xiaopay.net") { if (window.location.host == "uat.xiaopay.net" || window.location.host == "uat-pay.xiaopay.net") {
az_gHost = "https://uat-az-cloud-api.xiaopay.net"; az_gHost = "https://uat-az-cloud-api.xiaopay.net";
} }
if (window.location.host == "pay.xiaopay.net") { if (window.location.host == "pay.xiaopay.net") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment