From 99dd36353473985ff80553e689f9c27a6a9152e3 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 2 Mar 2022 18:26:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=B1=E4=B8=9C=E7=A7=BB=E5=8A=A8=E6=8E=A5?= =?UTF-8?q?=E5=85=A5=E5=85=9A=E5=BB=BA=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/shandong10086/apps.import.json | 4 +++- src/mods/party/AppPartyHistoryEducation/classroomList.vue | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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"]), },