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

校园报告

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