|
@@ -3,7 +3,7 @@ import config from '@api/config.js';
|
|
|
const urls = config.urls;
|
|
|
function request(config) {
|
|
|
const instance = axios.create({
|
|
|
- baseURL: "http://192.168.2.241:7010",
|
|
|
+ baseURL: "http://192.168.2.121:7010",
|
|
|
timeout: 500000,
|
|
|
headers: {
|
|
|
'Content-Type': "application/json;charset=utf-8"
|