Commit 514e32ce by liang ce

退款新增userID字段

parent a7651b9a
import axios from 'axios'
import qs from 'qs'
// axios.defaults.baseURL = 'http://192.168.1.101:8300' // 本地荣
axios.defaults.baseURL = 'http://192.168.1.102:8300' // 本地钱
// axios.defaults.baseURL = 'http://139.196.213.18:8300' // beta环境
// axios.defaults.baseURL = 'http://192.168.1.102:8300' // 本地钱
axios.defaults.baseURL = 'http://139.196.213.18:8300' // beta环境
let loadingInstance // 创建Loading 的实例
// axios.defaults.headers.post['Content-Type'] = 'application/json; charset=utf-8'
// axios.defaults.crossDomain = true
......
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