在加工零件

This commit is contained in:
bryan sun
2019-10-31 08:15:54 +08:00
parent 7c9920d0b1
commit 7f380cdc86
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ash
export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx`
const service = axios.create({
baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`,
baseURL: `http://192.168.0.110:8002/submit/MESCommonBase.ashx`,
timeout: 1500000 // 请求超时时间
})
export default service