chore: 初始化保镖 MES 管理端

This commit is contained in:
yexingqiang
2026-06-08 17:06:20 +08:00
commit bf9186e3b2
923 changed files with 83135 additions and 0 deletions

17
static/config.js Normal file
View File

@@ -0,0 +1,17 @@
window.dt_Config = {
serverAddress: 'http://127.0.0.1:10070/submit/MESCommonBase.ashx', // 原本使用的是 10060
spcEchartsAddress: 'http://localhost:10070/submit/QualityData_SpcEchartsData.ashx',
readDeviceDataUrl: 'http://127.0.0.1:9981/api/idevice/',
constantRouter: {
path: '可视化中心',
title: '可视化中心',
meta: { title: '可视化中心', icon: 'MaterialManagement' },
alwaysShow: true,
children: [
{
path: 'http://127.0.0.1:8082/#/',
meta: { title: '远程监控系统', icon: 'MaterialManagement' }
}
]
}
}