21 lines
737 B
JavaScript
21 lines
737 B
JavaScript
window.dt_Config = {
|
|
serverAddress: "http://124.220.15.242:10083/submit/MESCommonBase.ashx", // 原本使用的是 10060
|
|
deviceApiAddress: "http://127.0.0.1:41181/api/idt/func",
|
|
spcEchartsAddress:
|
|
"http://127.0.0.1:10150/submit/QualityData_SpcEchartsData.ashx",
|
|
serviceProcessDataAddress: "http://1124.93.112.237:41185/api/GetPositionData",
|
|
modelIframeAddress: "http://124.220.15.242:10086/#/",
|
|
constantRouter: {
|
|
path: "可视化中心",
|
|
title: "可视化中心",
|
|
meta: { title: "可视化中心", icon: "MaterialManagement" },
|
|
alwaysShow: true,
|
|
children: [
|
|
{
|
|
path: "http://127.0.0.1:8082/",
|
|
meta: { title: "远程监控系统", icon: "MaterialManagement" }
|
|
}
|
|
]
|
|
}
|
|
};
|