fix: 模型广场左侧导航点击右侧不更新 — target加app.前缀+mode:replace
根因:左侧按钮与右侧面板是HBox下的兄弟关系,非父子关系。 bricks框架要求兄弟间引用需加app.前缀才能正确寻址。 同时添加mode:replace确保每次点击替换旧内容。
This commit is contained in:
parent
2b30a3f0dc
commit
2f75784ea6
@ -26,7 +26,8 @@
|
||||
"wid":"self",
|
||||
"event":"click",
|
||||
"actiontype":"urlwidget",
|
||||
"target":"plaza_cards_panel",
|
||||
"target":"app.plaza_cards_panel",
|
||||
"mode":"replace",
|
||||
"options":{
|
||||
"url":"{{entire_url('show_llms_cards.ui')}}"
|
||||
}
|
||||
@ -46,7 +47,8 @@
|
||||
"wid":"self",
|
||||
"event":"click",
|
||||
"actiontype":"urlwidget",
|
||||
"target":"plaza_cards_panel",
|
||||
"target":"app.plaza_cards_panel",
|
||||
"mode":"replace",
|
||||
"options":{
|
||||
"url":"{{entire_url('show_llms_cards.ui')}}",
|
||||
"params":{
|
||||
|
||||
@ -26,7 +26,8 @@
|
||||
"wid":"self",
|
||||
"event":"click",
|
||||
"actiontype":"urlwidget",
|
||||
"target":"plaza_provider_panel",
|
||||
"target":"app.plaza_provider_panel",
|
||||
"mode":"replace",
|
||||
"options":{
|
||||
"url":"{{entire_url('show_llms_cards_by_provider.ui')}}"
|
||||
}
|
||||
@ -46,7 +47,8 @@
|
||||
"wid":"self",
|
||||
"event":"click",
|
||||
"actiontype":"urlwidget",
|
||||
"target":"plaza_provider_panel",
|
||||
"target":"app.plaza_provider_panel",
|
||||
"mode":"replace",
|
||||
"options":{
|
||||
"url":"{{entire_url('show_llms_cards_by_provider.ui')}}",
|
||||
"params":{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user