案例详情

This commit is contained in:
zhaofang
2022-06-10 11:30:48 +08:00
parent 155f0fc3fe
commit c35f1e8f79
6 changed files with 62 additions and 11 deletions

View File

@@ -21,5 +21,7 @@ const getters = {
userMsg:state => state.user.msg,
messagesBeReviewed:state => state.user.messagesBeReviewed,
studyTaskCount:state => state.user.studyTaskCount,
praisesUnicom:state =>state.pdf.praisesUnicom,
favoritesUnicom:state =>state.pdf.favoritesUnicom,
}
export default getters