1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-04-30 22:29:01 +08:00
This commit is contained in:
zclzone 2025-03-30 21:02:00 +08:00
commit 6fea2a1b69
2 changed files with 1 additions and 3 deletions

View File

@ -54,6 +54,7 @@ function handleMenuSelect(key, item) {
}) })
} }
else { else {
if(!item.path) return
router.push(item.path) router.push(item.path)
} }
} }

View File

@ -33,7 +33,6 @@
class="text-14 text-primary text-highlight hover:underline hover:opacity-80" class="text-14 text-primary text-highlight hover:underline hover:opacity-80"
href="https://isme.top" href="https://isme.top"
target="_blank" target="_blank"
@click.prevent="message?.info('官网正在火速开发中...')"
> >
isme.top isme.top
</a> </a>
@ -284,6 +283,4 @@ const skillOption = {
}, },
], ],
} }
const message = $message
</script> </script>