|
@@ -13,9 +13,9 @@ import { clearStore } from '@/utils/store'
|
|
|
const request = axios.create({
|
|
|
// baseURL: process.env.BASE_API,
|
|
|
// baseURL: 'http://172.18.1.227:40048',
|
|
|
- baseURL: 'http://172.18.0.24:40048/',
|
|
|
+ // baseURL: 'http://172.18.0.24:40048/',
|
|
|
// baseURL: 'http://39.100.230.190/',
|
|
|
- // baseURL: 'https://s2t.jihengcc.cn',
|
|
|
+ baseURL: 'https://s2t.jihengcc.cn',
|
|
|
// baseURL: '',
|
|
|
timeout: process.env.TIME_OUT,
|
|
|
method: "post",
|