零件图上传

This commit is contained in:
caoxinyu
2019-07-23 16:59:24 +08:00
parent 9351c77ef8
commit 17ec8ebf48
10 changed files with 470 additions and 6 deletions

View File

@@ -18,6 +18,8 @@ export const download = `http://192.168.1.231:8411/submit/downloadFile.ashx` //
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
export const MESUploadFile = `http://192.168.1.231:8411/submit/MESUploadFile.ashx`
export const MESDownloadFile = `http://192.168.1.231:8411/submit/MESDownloadFile.ashx`
const service = axios.create({
baseURL: `http://192.168.1.231:8411/submit/MESCommonBase.ashx`,
timeout: 1500000 // 请求超时时间