Commit 29468978 authored by 黄奎's avatar 黄奎

api地址修改

parent c34d7f19
......@@ -65,7 +65,7 @@ const getErrorCode2text = (response: AxiosResponse): string => {
* service.get<{data: string; code: number}>('/test').then(({data}) => { console.log(data.code) })
*/
const service = Axios.create({
baseURL: 'http://192.168.10.160/api/common/post',
baseURL: 'http://192.168.10.214/api/common/post',
timeout: 20000,
headers: {
'User-Type': 'bus',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment