Commit df476491 authored by zhengke's avatar zhengke

no message

parent cd113760
...@@ -79,7 +79,7 @@ const getErrorCode2text = (response: AxiosResponse): string => { ...@@ -79,7 +79,7 @@ const getErrorCode2text = (response: AxiosResponse): string => {
const service = Axios.create({ const service = Axios.create({
// process.env.VUE_APP_API_URL // process.env.VUE_APP_API_URL
//'http://reborn.oytour.com/api/common/post' //'http://reborn.oytour.com/api/common/post'
baseURL: 'http://192.168.5.34/api/common/post', baseURL: process.env.VUE_APP_API_URL,
timeout: 200000, timeout: 200000,
headers: { headers: {
'User-Type': 'bus', '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