This commit is contained in:
Vergil
2020-04-25 10:47:20 +08:00
parent f8810e49bb
commit efc776392b

View File

@@ -28,7 +28,6 @@ export const MESUploadFile = `http://123.56.95.229:8010/submit/MESUploadFile.ash
export const MESDownloadFile = `http://123.56.95.229:8010/submit/MESDownloadFile.ashx`
const service = axios.create({
baseURL: `http://123.56.95.229:8010/submit/MESCommonBase.ashx`,
// baseURL: `http://192.168.1.188:8045/submit/MESCommonBase.ashx`,
timeout: 1500000 // 请求超时时间
})