init: 数字孪生智能制造工厂平台TV项目首次入库
This commit is contained in:
80
public/config.js
Normal file
80
public/config.js
Normal file
@@ -0,0 +1,80 @@
|
||||
window.dt_Config = {
|
||||
serverAddress: 'http://127.0.0.1:10060/submit/MESCommonBase.ashx',
|
||||
getLineIp: 'http://127.0.0.1:10060',
|
||||
lineUrlList: {
|
||||
'Line_09':'http://127.0.0.1:10060/submit/MESCommonBase.ashx',
|
||||
'Line_10':'http://127.0.0.1:10060/submit/MESCommonBase.ashx'
|
||||
},
|
||||
topDataRefreshTime:2,
|
||||
mainDataRefreshTime:5,
|
||||
// serverAddress: 'http://192.168.0.110:8001/submit/MESCommonBase.ashx',
|
||||
mqttIp: '127.0.0.1',
|
||||
mqttPort: '8083',
|
||||
mqttTopic: 'SCADAMain/86226B24-B6E0-4829-9E30-D1264FC58FCD',
|
||||
servicePlc_1Address: 'http://127.0.0.1:41185/api/PLC1',
|
||||
managerPage: 'http://127.0.0.1:8086',
|
||||
// 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/#/',
|
||||
outerLeftDeviceName: 'OP1010',
|
||||
outerRightDeviceName: 'OP1020',
|
||||
outerBottomLeftDeviceName: 'OP1030',
|
||||
outerBottomRightDeviceName1: 'OP1040',
|
||||
OpName1: 'ST10', // 第一页左侧设备名
|
||||
OpName2: 'ST20', // 第一页右侧设备名
|
||||
OpName3: 'ST30', // 第一页底部设备名
|
||||
OpName4: 'ST40', // 第二页左侧设备名
|
||||
weldInfo: {
|
||||
'1f788fc1-6410-41a7-9950-e54bf93f0c10': {
|
||||
name: '',
|
||||
weldPosition: {
|
||||
x: 0,
|
||||
y: 0,
|
||||
z: -0.111
|
||||
}
|
||||
},
|
||||
'229b93fe-d7b3-4ec3-8eb6-665a4ee5843e': {
|
||||
name: '',
|
||||
weldPosition: {
|
||||
x: 0,
|
||||
y: 0,
|
||||
z: -0.385
|
||||
}
|
||||
},
|
||||
'aac95240-c3a9-4343-bc88-f63d5e87a5d1': {
|
||||
name: '',
|
||||
weldPosition: {
|
||||
x: 0,
|
||||
y: 0,
|
||||
z: -0.385
|
||||
}
|
||||
},
|
||||
'997ea4fd-93ec-42f3-ae2f-b4f910456d82': {
|
||||
name: '',
|
||||
weldPosition: {
|
||||
x: 0,
|
||||
y: 0,
|
||||
z: -0.385
|
||||
}
|
||||
}
|
||||
},
|
||||
// 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