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