chore: 初始化精力轴承 MES 管理端

This commit is contained in:
yexingqiang
2026-06-08 17:04:00 +08:00
commit 691818e125
920 changed files with 83241 additions and 0 deletions

23
static/config.js Normal file
View File

@@ -0,0 +1,23 @@
window.dt_Config = {
serverAddress: 'http://127.0.0.1:10060/submit/MESCommonBase.ashx',
spcEchartsAddress: 'http://localhost:10060/submit/QualityData_SpcEchartsData.ashx',
serviceProcessDataAddress: 'http://127.0.0.1:41185/api/GetPositionData',
constantRouter: {
path: '可视化中心',
title: '可视化中心',
meta: { title: '可视化中心', icon: 'MaterialManagement' },
alwaysShow: true,
children: [
{
// path: 'http://192.168.35.1:8080/#',
path: 'http://127.0.0.1:10062/#',
// path: 'http://192.168.192.62:8002/#',
meta: { title: '生产看板', icon: 'MaterialManagement' }
}
]
},
lineUrlList: {
'Line_09': 'http://127.0.0.1:10060/submit/MESCommonBase.ashx',
'Line_10': 'http://127.0.0.1:10060/submit/MESCommonBase.ashx'
}
}