零件数量维护修改

This commit is contained in:
jiangfuzhuang
2019-06-10 09:41:35 +08:00
parent 19782c037a
commit de437e03e2
3 changed files with 292 additions and 74 deletions

View File

@@ -22,7 +22,7 @@ export const ServerIP = `http://192.168.1.231:8411/webpage/file/`
export const uploadFileMachine = `http://192.168.1.231:8411/submit/uploadFileMachine.ashx` // 机床总图 发布时改成0.231
export const downloadFileMachine = `http://192.168.1.231:8411/submit/downloadFileMachine.ashx` // 机床总图 发布时改成0.231
const service = axios.create({
baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`,
baseURL: `http://192.168.0.222:8022/submit/MESCommonBase.ashx`,
timeout: 1500000 // 请求超时时间
})