Initial commit: 景耀JY1.0项目

This commit is contained in:
Developer
2026-05-21 09:46:02 +08:00
parent 4969870de8
commit fd70670235
90 changed files with 10278 additions and 1508 deletions

View File

@@ -4,8 +4,10 @@ export const name1_config = `OP1000`
export const name3_config = `OP2000`
export const name4_config = `OP9999`
//
// var url = `http://192.168.1.27:8010`
var url = `http://127.0.0.1:10020`
var url = `http://192.168.1.27:8030` // 测试环境 接口端口号 http://192.168.1.27:8031 测试环境管理系统 0001 654321
// var url = `http://192.168.1.27:8010` // 正式环境 接口端口号 http://192.168.1.27:8001 正式环境管理系统 0000 0000
var url1 = `http://192.168.1.27:10006` // 立库数据库的接口端口号
// var url = `http://127.0.0.1:10250`
// var url = `http://124.220.15.242:8602`
// var url = `http://localhost:57966`
@@ -31,5 +33,12 @@ export const MESUploadFileProduct_config = url + `/submit/MESUploadFileProduct.a
export const MESDownloadFile_config = url + `/submit/MESDownloadFile.ashx`
export const MESUploadFileProject_config = url + `/submit/MESUploadFileProject.ashx`
export const MESUploadFileProcess_config = url + `/submit/MESUploadFileProcess.ashx`
// 新的图片上传下载接口(存储到文件系统)
export const MESUploadFileNew_config = url + `/submit/MESUploadFile.ashx`
export const MESDownloadFileNew_config = url + `/submit/MESDownloadFile.ashx`
export const MESDeleteFileNew_config = url + `/submit/MESDeleteFile.ashx`
// 图片保存路径
export const MESUploadFileNew_BasePath_config = `D:\\\\ImageSave`
export const request_config = url + `/submit/MESCommonBase.ashx`
export const request_config1 = url1 + `/submit/MESCommonBase.ashx`