1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-04-30 14:19:01 +08:00

fix: 正确指向官网 (#119)

This commit is contained in:
leip247 2025-03-27 09:08:03 +08:00 committed by GitHub
parent 27a50a99b4
commit 1eb59b7cad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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