fix: agent_menu_open弹窗urlwidget用entire_url包裹(修复相对路径拼错500)

This commit is contained in:
yumoqing 2026-08-16 18:39:02 +08:00
parent 9c9f946069
commit b886bf8623

View File

@ -28,6 +28,6 @@ return json.dumps({
"widgettype": "PopupWindow",
"options": {"title": title, "cwidth": cw, "cheight": ch, "auto_open": True},
"subwidgets": [
{"widgettype": "urlwidget", "options": {"url": url}}
{"widgettype": "urlwidget", "options": {"url": entire_url(url)}}
]
}, ensure_ascii=False)