Merge 265058f753
into 0caa975ee2
commit
0a20e19a2b
|
@ -57,7 +57,7 @@ export default {
|
|||
},
|
||||
handleLink(item) {
|
||||
const { redirect, path } = item
|
||||
if (redirect) {
|
||||
if (redirect && typeof redirect !== 'function') {
|
||||
this.$router.push(redirect)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue