山东移动接入党建模块

This commit is contained in:
aixianling
2022-03-02 18:26:38 +08:00
parent 73d0c44356
commit 99dd363534
2 changed files with 4 additions and 1 deletions

View File

@@ -12,5 +12,7 @@
"AppVillageInfo": "一村一群",
"AppVillageActivity": "居民活动",
"AppVideoSurve": "视频监控",
"AppAuth": "实名认证"
"AppAuth": "实名认证",
"AppOnlineAnswer": "在线答题",
"AppPartyHistoryEducation": "党史教育"
}

View File

@@ -16,6 +16,7 @@ import {mapState} from "vuex";
export default {
name: "home",
appName: "党史课堂",
computed: {
...mapState(["user", "token"]),
},