This commit is contained in:
Vergil
2020-05-06 09:32:27 +08:00
parent 1df919eab0
commit 91e2abca7f
2 changed files with 52 additions and 23 deletions

26
static/config.js Normal file
View File

@@ -0,0 +1,26 @@
export const wsuri_config = `ws://192.168.1.232:61101//WebMoudule//websocket`
export const name_config = `OP8888`
export const name1_config = `OP1000`
export const name3_config = `OP2000`
export const name4_config = `OP9999`
export const readFile_config = `http://123.56.95.229:58010/webpage/file/` // invoice
export const readImg_config = `http://123.56.95.229:58010/webpage/img/` // delivery/MS/performancebond
export const upload_config = `http://123.56.95.229:58010/submit/uploadFile.ashx` // ContractInformationManagement
export const upload2_config = `http://123.56.95.229:58010/submit/upload2.ashx` // delivery
export const upload3_config = `http://123.56.95.229:58010/submit/upload3.ashx` // performancebond
export const uploadInvoiceScan_config = `http://123.56.95.229:58010/submit/uploadInvoiceScan.ashx` // invoice
export const uploadInvoiceScan1_config = `http://123.56.95.229:58010/submit/uploadInvoiceScan1.ashx` // invoice(workshop)
export const download_config = `http://123.56.95.229:58010/submit/downloadFile.ashx` // ContractInformationManagement
export const uploadPerson_config = `http://123.56.95.229:58010/submit/uploadPerson.ashx`
export const uploadOP_config = `http://123.56.95.229:58010/submit/uploadOP.ashx`
export const url_config = `http://123.56.95.229:58010/submit/MESCommonBase.ashx` // 采购件入库、离线件入库
export const ExcelDownLoad_config = 'http://123.56.95.229:58010/submit/MESCommonBase.ashx' // 导出excel
// 技术中心程序发布时要更改下面所有的IP到0段
export const ServerIP_config = `http://123.56.95.229:58010/webpage/file/`
export const uploadFileMachine_config = `http://123.56.95.229:58010/submit/uploadFileMachine.ashx` // 机床总图 发布时改成0.231
export const downloadFileMachine_config = `http://123.56.95.229:58010/submit/downloadFileMachine.ashx` // 机床总图 发布时改成0.231
export const MESUploadFile_config = `http://123.56.95.229:58010/submit/MESUploadFile.ashx`
export const MESDownloadFile_config = `http://123.56.95.229:58010/submit/MESDownloadFile.ashx`
export const request_config = `http://123.56.95.229:58010/submit/MESCommonBase.ashx`