Changes
This commit is contained in:
parent
1107b4516d
commit
fdfa4e7130
|
@ -4,8 +4,8 @@ import router from '../router'
|
||||||
|
|
||||||
const myAxios = axios.create({
|
const myAxios = axios.create({
|
||||||
withCredentials:true,
|
withCredentials:true,
|
||||||
baseURL: 'http://localhost:9092/api'
|
// baseURL: 'http://localhost:9092/api'
|
||||||
// baseURL: 'http://123.249.108.160:8888/api' //测试服务器
|
baseURL: 'http://123.249.108.160:8888/api' //测试服务器
|
||||||
// baseURL: 'http://154.8.193.216:9092/api', //隋雨霏服务器
|
// baseURL: 'http://154.8.193.216:9092/api', //隋雨霏服务器
|
||||||
// baseURL: 'http://154.8.193.216:9093/api' //隋雨霏服务器测试环境
|
// baseURL: 'http://154.8.193.216:9093/api' //隋雨霏服务器测试环境
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user