fix(rag): 引擎配置入口改用Popup(与新建知识库同模式)

This commit is contained in:
ymq 2026-09-01 14:09:07 +08:00
parent 42f283b665
commit 576f0b6368

View File

@ -88,8 +88,15 @@
"wid": "self",
"event": "click",
"actiontype": "urlwidget",
"target": "app.rag_main_content",
"mode": "replace",
"target": "Popup",
"popup_options": {
"auto_dismiss": false,
"dismiss_events": ["cancel"],
"movable": true,
"archor": "cc",
"width": "50%",
"height": "80%"
},
"options": {
"url": "{{entire_url('../engine_configs_list/index.ui')}}"
}