Commit 03f0a75b authored by malin's avatar malin

t

parent b7f555be
......@@ -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, data) => {
if (process.env.NODE_ENV === "development") {
......
import axios from 'axios'
let baseURL = 'https://feedapitest.zhangxinhulian.com'
let baseURL = 'https://feedapi.zhangxinhulian.com'
const service = axios.create({
baseURL: baseURL,
......
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