chore: 初始化保镖 MES 管理端
This commit is contained in:
17
static/config.js
Normal file
17
static/config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
window.dt_Config = {
|
||||
serverAddress: 'http://127.0.0.1:10070/submit/MESCommonBase.ashx', // 原本使用的是 10060
|
||||
spcEchartsAddress: 'http://localhost:10070/submit/QualityData_SpcEchartsData.ashx',
|
||||
readDeviceDataUrl: 'http://127.0.0.1:9981/api/idevice/',
|
||||
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