chore: 初始化漳州职院数字孪生看板项目
This commit is contained in:
39
public/config.js
Normal file
39
public/config.js
Normal file
@@ -0,0 +1,39 @@
|
||||
|
||||
window.dt_Config = {
|
||||
serverAddress: 'http://10.10.59.216:8055/submit/MESCommonBase.ashx',
|
||||
// serverAddress: 'http://192.168.0.110:8001/submit/MESCommonBase.ashx',
|
||||
mqttIp: '10.10.59.216',
|
||||
mqttPort: '8083',
|
||||
pageCutSpeed: 5, // 页面切换周期(秒)
|
||||
isPageCut: false, // 是否进行自动页面切换
|
||||
outerLeftDeviceName: 'Heidehan_1', // 第一页左侧设备名
|
||||
outerRightDeviceName: 'Heidehan_3', // 第一页右侧设备名
|
||||
outerBottomLeftDeviceName: 'FORM', // 第一页底部左侧设备名
|
||||
outerBottomRightDeviceName1: 'FanucRobot', // 第一页底部右侧设备名
|
||||
outerBottomRightDeviceName2: 'CMM_01', // 第一页底部右侧设备名
|
||||
servicePlc_1Address: 'http://10.10.59.216:41185/api/PLC1',
|
||||
// servicePlc_1Address: 'http://192.168.113.111:41185/api/PLC1',
|
||||
servicePlc_2Address: 'http://10.10.59.216:41185/api/PLC2',
|
||||
// servicePlc_2Address: 'http://192.168.113.111:41185/api/PLC2',
|
||||
serviceDT_ProcessAddress: 'http://10.10.59.216:41185/api/SqlCraft',
|
||||
// serviceDT_ProcessAddress: 'http://192.168.113.111:41185/api/SqlCraft',
|
||||
serviceDT_ProcessDataAddress: 'http://10.10.59.216:41186/api/GetPositionData',
|
||||
serviceDT_machineDoor: 'http://10.10.59.216:41186/api/PLC1/Write_Machine_Door',
|
||||
serviceDT_machineStop: 'http://10.10.59.216:41186/api/PLC1/Write_CNC_EmergencyStop',
|
||||
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' }
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user