BUG 28035

This commit is contained in:
aixianling
2022-03-04 11:28:21 +08:00
parent 265035eb91
commit 70eeab4bc2
4 changed files with 4 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
import {mapState} from 'vuex'
export default {
appName: "会议投票",
computed: {
...mapState(['user']),
},