This commit is contained in:
shijingjing
2022-05-20 16:02:40 +08:00
parent 0c513e4980
commit 2539690fbb
2 changed files with 6 additions and 2 deletions

View File

@@ -110,6 +110,10 @@ export default {
})
},
computed: {
...mapState(['user'])
},
onShow() {
document.title = '添加帮扶申报'
},