Files
workGit/数字孪生可视化大屏vue源码/ShenYangZhanHuiVue2TV/dist-X-3D/static/config.js
2026-05-23 14:11:26 +08:00

31 lines
1.2 KiB
JavaScript

window.dt_Config = {
// serverAddress: 'http://127.0.0.1:8002/submit/MESCommonBase.ashx',
serverAddress: 'http://192.168.20.249:8002/submit/MESCommonBase.ashx',
// serverAddress: 'http://192.168.113.111:8459/submit/MESCommonBase.ashx',
servicePlc_1Address: 'http://127.0.0.1:41185/api/PLC1',
// servicePlc_1Address: 'http://192.168.113.111:41185/api/PLC1',
servicePlc_2Address: 'http://127.0.0.1:41185/api/PLC2',
// servicePlc_2Address: 'http://192.168.113.111:41185/api/PLC2',
serviceDT_ProcessAddress: 'http://127.0.0.1:41185/api/SqlCraft',
// serviceDT_ProcessAddress: 'http://192.168.113.111:41185/api/SqlCraft',
serviceDT_ProcessDataAddress: 'http://127.0.0.1:41181/api/GetPositionData',
dt_iframe: 'http://192.168.20.249:8002/#/',
// serviceDT_ProcessDataAddress: 'http://192.168.113.111:41181/api/GetPositionData',
constantRouter: {
path: '可视化中心',
title: '可视化中心',
meta: { title: '可视化中心', icon: 'MaterialManagement' },
alwaysShow: true,
children: [
{
// path: 'http://192.168.35.1:8080/#',
path: 'http://124.220.32.217:8014/#',
// path: 'http://192.168.192.62:8002/#',
meta: { title: '生产看板', icon: 'MaterialManagement' }
}
]
}
}