This commit is contained in:
caoxinyu
2019-09-24 21:21:44 +08:00
13 changed files with 264 additions and 152 deletions

View File

@@ -26,5 +26,4 @@ const service = axios.create({
baseURL: `http://192.168.0.101:8411/submit/MESCommonBase.ashx`,
timeout: 1500000 // 请求超时时间
})
export default service