This commit is contained in:
liushuai
2019-03-11 15:55:08 +08:00
39 changed files with 2224 additions and 345 deletions

View File

@@ -22,7 +22,7 @@ const service = axios.create({
baseURL: `http://localhost:8411/submit/MESCommonBase.ashx`,
// baseURL: `http://localhost:8077/submit/MESCommonBase.ashx`,
// baseURL: `http://192.168.0.112:8411/submit/MESCommonBase.ashx`,
timeout: 1500000 // 请求超时时间
timeout: 1500000 // 请求超时时间git
})
// request拦截器