22 lines
787 B
JavaScript
22 lines
787 B
JavaScript
// 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' }
|
|
}
|
|
]
|
|
}
|
|
}
|