|
@@ -1,7 +1,7 @@
|
|
|
import api from './request';
|
|
|
import {message} from 'antd'
|
|
|
const axios=require('axios');
|
|
|
-axios.defaults.baseURL = 'http://192.168.3.184:8871';//'http://192.168.2.237:8871/';
|
|
|
+axios.defaults.baseURL = 'http://192.168.2.237:8871/';//'http://192.168.3.184:8871';
|
|
|
const post=(url,data)=>{
|
|
|
return axios({
|
|
|
method:'post',
|