pull/3949/merge
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
1 changed files with 1 additions and 1 deletions

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
}