fix: add transparent=true param to iframe URL for transparent 3D model background
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
window.dt_Config = {
|
window.dt_Config = {
|
||||||
titleText: '智能制造数字孪生系统',
|
titleText: '智能制造数字孪生系统',
|
||||||
iframeAddress: 'http://localhost:10061/',
|
iframeAddress: 'http://localhost:10061/#?transparent=true',
|
||||||
serverAddress: 'http://127.0.0.1:10057/submit/MESCommonBase.ashx'
|
serverAddress: 'http://127.0.0.1:10057/submit/MESCommonBase.ashx'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user