发票结算申请

This commit is contained in:
chenjianan
2019-03-14 18:46:58 +08:00
parent c015b78d8a
commit c063899826
3 changed files with 310 additions and 328 deletions

View File

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