This commit is contained in:
caoxinyu
2019-09-22 11:31:29 +08:00
18 changed files with 101 additions and 79 deletions

View File

@@ -23,7 +23,7 @@ export const downloadFileMachine = `http://192.168.1.231:8411/submit/downloadFil
export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ashx`
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.1.231:8005/submit/MESCommonBase.ashx`,
timeout: 1500000 // 请求超时时间
})