init: 广西机电数字孪生看板项目首次入库

This commit is contained in:
XingCheng3
2026-06-08 16:03:19 +08:00
commit be80517b6b
253 changed files with 84598 additions and 0 deletions

37
public/config.js Normal file
View File

@@ -0,0 +1,37 @@
window.dt_Config = {
serverAddress: 'http://127.0.0.1:8055/submit/MESCommonBase.ashx',
// serverAddress: 'http://192.168.0.110:8001/submit/MESCommonBase.ashx',
mqttIp: '127.0.0.1',
mqttPort: '8083',
pageCutSpeed: 30, // 页面切换周期(秒)
isPageCut: false, // 是否进行自动页面切换
outerLeftDeviceName: 'FORM', // 第一页左侧设备名
outerRightDeviceName: 'CUT', // 第一页右侧设备名
outerBottomDeviceName: 'TNC530', // 第一页底部设备名
innerLeftDeviceName: 'FANUC', // 第二页左侧设备名
innerRightDeviceName: '98', // 第二页右侧设备名
servicePlc_1Address: 'http://127.0.0.1:41185/api/PLC1',
// servicePlc_1Address: 'http://192.168.113.111:41185/api/PLC1',
servicePlc_2Address: 'http://127.0.0.1:41185/api/PLC2',
// servicePlc_2Address: 'http://192.168.113.111:41185/api/PLC2',
serviceDT_ProcessAddress: 'http://127.0.0.1:41185/api/SqlCraft',
// serviceDT_ProcessAddress: 'http://192.168.113.111:41185/api/SqlCraft',
serviceDT_ProcessDataAddress: 'http://127.0.0.1:41181/api/GetPositionData',
dt_iframe: 'http://192.168.1.104:8080/#/',
// serviceDT_ProcessDataAddress: 'http://192.168.113.111:41181/api/GetPositionData',
constantRouter: {
path: '可视化中心',
title: '可视化中心',
meta: { title: '可视化中心', icon: 'MaterialManagement' },
alwaysShow: true,
children: [
{
// path: 'http://192.168.35.1:8080/#',
path: 'http://124.220.32.217:8014/#',
// path: 'http://192.168.192.62:8002/#',
meta: { title: '生产看板', icon: 'MaterialManagement' }
}
]
}
}