BUG 27621

This commit is contained in:
aixianling
2022-02-23 15:16:23 +08:00
parent 92ffbc1231
commit 8ab0d46eaf
46 changed files with 1057 additions and 1000 deletions

View File

@@ -49,7 +49,8 @@
import {mapState} from 'vuex'
export default {
name: "my",
name: "questionList",
appName: "提问记录",
computed: {
...mapState(['user', 'token'])
},