Commit b7f18010 authored by wei's avatar wei

k

parent d807d458
...@@ -4,7 +4,7 @@ import sign from "./sign"; ...@@ -4,7 +4,7 @@ import sign from "./sign";
axios.defaults.withCredentials = false // 设置axios不让携带cookie axios.defaults.withCredentials = false // 设置axios不让携带cookie
const reportUrl = "https://report.zhangxinhulian.com"; const reportUrl = "https://report.zhangxinhulian.com";
const payUrl = "https://zx-pay.zhangxinzhixun.com"; const payUrl = "https://zxpay.zhangxinhulian.com";
const request = (url, method, data_or_params = {}, form, data) => { const request = (url, method, data_or_params = {}, form, data) => {
if (process.env.NODE_ENV === "development") { if (process.env.NODE_ENV === "development") {
......
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