chore: 初始化 VPSA MES 管理端
This commit is contained in:
21
static/config.js
Normal file
21
static/config.js
Normal file
@@ -0,0 +1,21 @@
|
||||
// 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' }
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user