feat: 西安204智能装配产线MES前端改造
This commit is contained in:
@@ -1,10 +1,20 @@
|
||||
window.g = {
|
||||
mqttClient: null,
|
||||
mqttSubscriptionTopic: 'MES/InstantMessaging/PF25/',
|
||||
mqttPublishTopic: 'MesPrint',
|
||||
mqttIP: '10.227.246.200',
|
||||
mqttPortNumber: '8083',
|
||||
printTemplate: 'BQFT_BarCode_001',
|
||||
// baseURL: 'http://127.0.0.1:10031'
|
||||
baseURL: 'http://10.227.246.200:10030'
|
||||
}
|
||||
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" }
|
||||
}
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user