|
|
@ -1,10 +1,10 @@ |
|
|
|
export default { |
|
|
|
export default { |
|
|
|
// method: 'get',
|
|
|
|
// method: 'get',
|
|
|
|
// baseURL: 'http://172.16.1.63:8000',
|
|
|
|
baseURL: 'http://172.16.1.63:8000', |
|
|
|
baseURL: 'http://172.16.1.168:8000', |
|
|
|
// baseURL: 'http://172.16.1.168:8000',
|
|
|
|
// baseURL: 'http://127.0.0.1:8000',
|
|
|
|
// baseURL: 'http://127.0.0.1:8000',
|
|
|
|
// baseWS: 'ws://172.16.1.63:8000',
|
|
|
|
baseWS: 'ws://172.16.1.63:8000', |
|
|
|
baseWS: 'ws://172.16.1.168:8000', |
|
|
|
// baseWS: 'ws://172.16.1.168:8000',
|
|
|
|
// baseWS: 'ws://127.0.0.1:8000',
|
|
|
|
// baseWS: 'ws://127.0.0.1:8000',
|
|
|
|
headers: { |
|
|
|
headers: { |
|
|
|
'Content-Type': 'application/json;charset=UTF-8', |
|
|
|
'Content-Type': 'application/json;charset=UTF-8', |
|
|
|