mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-04-30 14:19:01 +08:00
Merge branch '2.x' of https://github.com/zclzone/vue-naive-admin into 2.x
This commit is contained in:
commit
6fea2a1b69
@ -54,6 +54,7 @@ function handleMenuSelect(key, item) {
|
||||
})
|
||||
}
|
||||
else {
|
||||
if(!item.path) return
|
||||
router.push(item.path)
|
||||
}
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user