Skip to content

Commit

Permalink
fix action param (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote authored Nov 22, 2021
1 parent 04fc5f2 commit 6a8da18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/HSider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- 如果要更改此处的自定义渲染, 请同时修改下方 import 的 SubMenu 内的渲染, 以保证一致 -->
<a-menu-item v-if="!item.children" :key="item.name">
<router-link v-if="item.target_object"
:to="{ name: 'action', params: { name: item.target_object }}"
:to="{ name: 'action', params: { action: item.target_object }}"
:title="item.desc"
>
{{item.name}}
Expand Down

0 comments on commit 6a8da18

Please sign in to comment.