Commit 0271d2c5 authored by 袁玲利's avatar 袁玲利

校园报告

parent 5cc29765
......@@ -89,12 +89,12 @@
"disableHostCheck": true,
"proxy": {
"/": {
"target": "https://pay.xiaopay.net",
"target": "https://fpdev.xiaopay.net",
"changeOrigin": true,
"secure": false
},
"/cgi-xpay": {
"target": "https://pay.xiaopay.net",
"target": "https://fpdev.xiaopay.net",
"changeOrigin": true,
"secure": false,
"pathRewrite": {
......
......@@ -1527,7 +1527,7 @@ var gHost = "https://" + window.location.host;
var envVersion = "release";
var azAppId = "wx5decb3fc29c94953";
if (window.location.protocol != "https:") {
gHost = "https://pay.xiaopay.net";
gHost = "https://uat-pay.xiaopay.net";
envVersion = "trial";
azAppId = "wx008a4a07f3d9f7a7";
}
......
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