fix: add transparent=true param to iframe URL for transparent 3D model background

This commit is contained in:
Cui Hongwei
2026-06-24 14:54:01 +08:00
parent 833e256e6b
commit a69d0caac8

View File

@@ -1,6 +1,6 @@
window.dt_Config = {
titleText: '智能制造数字孪生系统',
iframeAddress: 'http://localhost:10061/',
iframeAddress: 'http://localhost:10061/#?transparent=true',
serverAddress: 'http://127.0.0.1:10057/submit/MESCommonBase.ashx'
}