Commit df476491 authored by zhengke's avatar zhengke

no message

parent cd113760
......@@ -79,7 +79,7 @@ const getErrorCode2text = (response: AxiosResponse): string => {
const service = Axios.create({
// process.env.VUE_APP_API_URL
//'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,
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