代码提交

This commit is contained in:
黄少君
2023-11-22 18:55:55 +08:00
parent c3e62f8922
commit 68b3f2dcc3
46 changed files with 1021 additions and 763 deletions

View File

@ -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>