This commit is contained in:
chenjianan
2018-12-28 13:37:00 +08:00
parent 0d86d16d0e
commit e581a744e0
6 changed files with 21 additions and 13 deletions

View File

@@ -7,9 +7,13 @@ export const wsuri = `ws://192.168.0.108:61101//WebMoudule//websocket`
export const name = `OP8888`
// 创建axios实例
export const upload = `http://localhost:8411/submit/uploadFile.ashx`
export const uploadInvoiceScan = `http://localhost:8411/submit/uploadInvoiceScan.ashx`
export const download = `http://localhost:8411/submit/downloadFile.ashx`
export const readFile = `http://localhost:8411/webpage/file/` // invoice
export const readImg = `http://localhost:8411/webpage/img/` // delivery/MS/performancebond
export const upload = `http://localhost:8411/submit/uploadFile.ashx` // ContractInformationManagement
export const upload2 = `http://localhost:8411/submit/upload2.ashx` // delivery
export const upload3 = `http://localhost:8411/submit/upload3.ashx` // performancebond
export const uploadInvoiceScan = `http://localhost:8411/submit/uploadInvoiceScan.ashx` // invoice
export const download = `http://localhost:8411/submit/downloadFile.ashx` // ContractInformationManagement
const service = axios.create({
// baseURL: `http://192.168.1.149:8411/submit/MESCommonBase.ashx`,