1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-07 18:25:45 +08:00

Merge 265058f75335a39b80927551cee8b7dffd7f1df5 into 0caa975ee224074c77540107b1fe076081cdf306

This commit is contained in:
wzc520pyfm 2022-04-11 14:09:27 +08:00 committed by GitHub
commit 0a20e19a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ export default {
},
handleLink(item) {
const { redirect, path } = item
if (redirect) {
if (redirect && typeof redirect !== 'function') {
this.$router.push(redirect)
return
}