This commit is contained in:
caoxinyu
2018-11-19 17:16:56 +08:00
parent 08683fbe0c
commit 13c71d9205
12 changed files with 1570 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ export const name = `OP8888`
export const upload = `http://123.56.95.229:8411/submit/uploadFile.ashx`
export const download = `http://123.56.95.229:8411/submit/downloadFile.ashx`
const service = axios.create({
baseURL: `http://192.168.1.122:8411/submit/MESCommonBase.ashx`,
baseURL: `http://192.168.1.132:8411/submit/MESCommonBase.ashx`,
timeout: 1500000 // 请求超时时间
})