diff --git a/project/shandong10086/apps.import.json b/project/shandong10086/apps.import.json index 3ae6bc8..f1e929c 100644 --- a/project/shandong10086/apps.import.json +++ b/project/shandong10086/apps.import.json @@ -12,5 +12,7 @@ "AppVillageInfo": "一村一群", "AppVillageActivity": "居民活动", "AppVideoSurve": "视频监控", - "AppAuth": "实名认证" + "AppAuth": "实名认证", + "AppOnlineAnswer": "在线答题", + "AppPartyHistoryEducation": "党史教育" } diff --git a/src/mods/party/AppPartyHistoryEducation/classroomList.vue b/src/mods/party/AppPartyHistoryEducation/classroomList.vue index 913f682..6df20b9 100644 --- a/src/mods/party/AppPartyHistoryEducation/classroomList.vue +++ b/src/mods/party/AppPartyHistoryEducation/classroomList.vue @@ -16,6 +16,7 @@ import {mapState} from "vuex"; export default { name: "home", + appName: "党史课堂", computed: { ...mapState(["user", "token"]), },