修复 canshowBug

This commit is contained in:
pixel 2021-03-18 12:20:20 +08:00
parent 752e9f917e
commit 4f726f1eb8
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ export default {
return false return false
} }
} }
return false
}, },
...mapGetters("user", ["userInfo"]) ...mapGetters("user", ["userInfo"])
}, },