mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 12:01:57 +08:00
Merge 265058f75335a39b80927551cee8b7dffd7f1df5 into 0caa975ee224074c77540107b1fe076081cdf306
This commit is contained in:
commit
0a20e19a2b
@ -57,7 +57,7 @@ export default {
|
|||||||
},
|
},
|
||||||
handleLink(item) {
|
handleLink(item) {
|
||||||
const { redirect, path } = item
|
const { redirect, path } = item
|
||||||
if (redirect) {
|
if (redirect && typeof redirect !== 'function') {
|
||||||
this.$router.push(redirect)
|
this.$router.push(redirect)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user