代码提交
This commit is contained in:
@ -33,7 +33,7 @@ const {push} = useRouter();
|
||||
const {toast} = useInterface();
|
||||
|
||||
function toLink(listItem) {
|
||||
if (!listItem.path) return toast({title: '😒 暂未开放 😒'})
|
||||
if (!listItem.path) return toast({title: ' 暂未开放 '})
|
||||
push({url: listItem.path}, listItem?.params ?? {})
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user