fix: agent_menu_open弹窗urlwidget用entire_url包裹(修复相对路径拼错500)
This commit is contained in:
parent
9c9f946069
commit
b886bf8623
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user