Files
workGit/数字孪生可视化大屏vue源码/YouTeVue2TV/public/config.js
2026-05-23 14:11:26 +08:00

20 lines
944 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
window.dt_Config = {
titleText: '智能制造数字孪生系统',
iframeAddressMetalLathe: 'http://127.0.0.1:10100/#?transparent=true',
iframeAddressTestingMachine30: 'http://127.0.0.1:10104/#?transparent=true',
iframeAddressTestingMachine40: 'http://127.0.0.1:10101/#?transparent=true',
iframeAddressSpindle: 'http://127.0.0.1:10102/#?transparent=true',
serverAddress: 'http://127.0.0.1:10057/submit/MESCommonBase.ashx',
// 是否启用默认页面自动跳转。
// false进入页面汇总页不自动跳转。
// true进入页面汇总页后自动跳转到 defaultRoutePath 对应的页面。
autoRedirectEnabled: false,
// 页面启动时预留的默认跳转路由配置。
// 可配置值示例:'/'、'/metal-lathe'、'/testing-machine-30'、'/testing-machine-40'、'/spindle'。
// 只有在 autoRedirectEnabled 为 true 时才会生效。
defaultRoutePath: '/',
maxHistoryPoints: '40000'
}