代码提交
This commit is contained in:
@ -15,7 +15,7 @@ const {push} = useRouter()
|
||||
const {toast} = useInterface()
|
||||
|
||||
function handleClickItem(menu) {
|
||||
if (!menu.path) return toast({title:'😒敬请期待😒'})
|
||||
if (!menu.path) return toast({title:'敬请期待'})
|
||||
// todo 这里可以通过判断menu.path去处理跳转参数
|
||||
push({url: menu.path})
|
||||
}
|
||||
|
Reference in New Issue
Block a user