Commit 4373d9ec authored by malin's avatar malin

prod

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