dev-QQq
qinzhenpen 2 years ago
parent 7672a0a6a3
commit 84c146a289

@ -16,10 +16,6 @@ axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8'
const service = axios.create({ const service = axios.create({
// axios中请求配置有baseURL选项表示请求URL公共部分 // axios中请求配置有baseURL选项表示请求URL公共部分
// baseURL: import.meta.env.VITE_APP_BASE_API, // baseURL: import.meta.env.VITE_APP_BASE_API,
<<<<<<<<< Temporary merge branch 1
baseURL:'http://118.31.7.2:9868/',
=========
baseURL:'http://192.168.2.28:9868/',
// baseURL:'http://118.31.7.2:9868/', // baseURL:'http://118.31.7.2:9868/',
baseURL:'http://192.168.2.28:9868/', baseURL:'http://192.168.2.28:9868/',
// 超时 // 超时

Loading…
Cancel
Save