fix: .ui widget id去app.前缀——getWidgetById按.分段查找,DOM id须裸名,target保留app.xxx路由

This commit is contained in:
pipeline-agent 2026-08-30 13:55:55 +08:00
parent 4785665c46
commit c0f8521d86

View File

@ -13,6 +13,6 @@
"options": {"url": "{{entire_url('/script_engine/script_engine/add_script_engine.dspy')}}"}, "mode": "replace"}],
"subwidgets": [{"widgettype": "Text", "options": {"label": "新建脚本", "fontSize": "16px"}}]}
]},
{"widgettype": "VBox", "id": "app.script_engine_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}}
{"widgettype": "VBox", "id": "script_engine_content", "options": {"width": "100%", "flex": "1", "marginTop": "20px"}}
]
}