From 74f640a05fd070df2cf17c2125bae384f8139283 Mon Sep 17 00:00:00 2001 From: Cui Hongwei Date: Mon, 13 Jul 2026 16:30:51 +0800 Subject: [PATCH] chore: save simulation iframe rate config --- public/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/config.js b/public/config.js index 324b473..e76eafa 100644 --- a/public/config.js +++ b/public/config.js @@ -1,8 +1,8 @@ window.dt_Config = { titleText: '智能制造数字孪生系统', iframeAddress: 'http://localhost:10061/#?transparent=true', - dtIframe: 'http://localhost:10056/', - smIframe: 'http://localhost:10059/#?dmtmode=SM&autoPlayCraftCode=', + dtIframe: 'http://localhost:10061/', + smIframe: 'http://localhost:10061/#?dmtmode=SM&autoPlayRate=5&autoPlayCraftCode=', autoPlayCraftCode: 'E8077755-9B85-46A1-9B8A-85083C00DF26', serverAddress: 'http://127.0.0.1:10057/submit/MESCommonBase.ashx' }