From a69d0caac83baa54f0e182a0f9ef34934ee145d0 Mon Sep 17 00:00:00 2001 From: Cui Hongwei Date: Wed, 24 Jun 2026 14:54:01 +0800 Subject: [PATCH] fix: add transparent=true param to iframe URL for transparent 3D model background --- public/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config.js b/public/config.js index 3adcab5..c9d7a4f 100644 --- a/public/config.js +++ b/public/config.js @@ -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' }