20 lines
944 B
JavaScript
20 lines
944 B
JavaScript
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'
|
||
}
|