chore: 初始化 VPSA MES 管理端

This commit is contained in:
yexingqiang
2026-06-08 17:14:03 +08:00
commit b7f98a9c6f
937 changed files with 90353 additions and 0 deletions

21
static/config.js Normal file
View File

@@ -0,0 +1,21 @@
// ServeIp = '127.0.0.1';
ServeIp = '124.93.112.237';
window.dt_Config = {
serverAddress: `http://${ServeIp}:10110/submit/MESCommonBase.ashx`, // 原本使用的是 10060
deviceApiAddress: `http://${ServeIp}:63722/api/i/Invoke`,
// deviceApiAddress: 'http://127.0.0.1:63722/api/i/Invoke',
spcEchartsAddress: `http://${ServeIp}:10110/submit/QualityData_SpcEchartsData.ashx`,
serviceProcessDataAddress: `http://${ServeIp}:41185/api/GetPositionData`,
constantRouter: {
path: '可视化中心',
title: '可视化中心',
meta: { title: '可视化中心', icon: 'MaterialManagement' },
alwaysShow: true,
children: [
{
path: `http://${ServeIp}:10112`,
meta: { title: '远程监控系统', icon: 'MaterialManagement' }
}
]
}
}