24 lines
825 B
JavaScript
24 lines
825 B
JavaScript
window.dt_Config = {
|
|
serverAddress: 'http://127.0.0.1:10060/submit/MESCommonBase.ashx',
|
|
spcEchartsAddress: 'http://localhost:10060/submit/QualityData_SpcEchartsData.ashx',
|
|
serviceProcessDataAddress: 'http://127.0.0.1:41185/api/GetPositionData',
|
|
constantRouter: {
|
|
path: '可视化中心',
|
|
title: '可视化中心',
|
|
meta: { title: '可视化中心', icon: 'MaterialManagement' },
|
|
alwaysShow: true,
|
|
children: [
|
|
{
|
|
// path: 'http://192.168.35.1:8080/#',
|
|
path: 'http://127.0.0.1:10062/#',
|
|
// path: 'http://192.168.192.62:8002/#',
|
|
meta: { title: '生产看板', icon: 'MaterialManagement' }
|
|
}
|
|
]
|
|
},
|
|
lineUrlList: {
|
|
'Line_09': 'http://127.0.0.1:10060/submit/MESCommonBase.ashx',
|
|
'Line_10': 'http://127.0.0.1:10060/submit/MESCommonBase.ashx'
|
|
}
|
|
}
|