From 350119e78305af8c56278e2f49cb661cfc2d48d4 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 20 Dec 2021 10:22:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB=E5=85=9A=E5=8F=B2=E6=95=99?= =?UTF-8?q?=E8=82=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppPartyHistoryEducation.vue} | 103 ++++++++++------ .../classroomList.vue | 2 +- .../detail.vue | 0 .../knowledgeList.vue | 28 ++--- .../list.vue | 113 +++++++++++------- .../select.vue | 0 .../todayDetail.vue | 0 .../todayList.vue | 2 +- .../videoDetail.vue | 0 9 files changed, 149 insertions(+), 99 deletions(-) rename src/apps/party/{partyHistoryEducation/home.vue => AppPartyHistoryEducation/AppPartyHistoryEducation.vue} (85%) rename src/apps/party/{partyHistoryEducation => AppPartyHistoryEducation}/classroomList.vue (99%) rename src/apps/party/{partyHistoryEducation => AppPartyHistoryEducation}/detail.vue (100%) rename src/apps/party/{partyHistoryEducation => AppPartyHistoryEducation}/knowledgeList.vue (95%) rename src/apps/party/{partyHistoryEducation => AppPartyHistoryEducation}/list.vue (79%) rename src/apps/party/{partyHistoryEducation => AppPartyHistoryEducation}/select.vue (100%) rename src/apps/party/{partyHistoryEducation => AppPartyHistoryEducation}/todayDetail.vue (100%) rename src/apps/party/{partyHistoryEducation => AppPartyHistoryEducation}/todayList.vue (99%) rename src/apps/party/{partyHistoryEducation => AppPartyHistoryEducation}/videoDetail.vue (100%) diff --git a/src/apps/party/partyHistoryEducation/home.vue b/src/apps/party/AppPartyHistoryEducation/AppPartyHistoryEducation.vue similarity index 85% rename from src/apps/party/partyHistoryEducation/home.vue rename to src/apps/party/AppPartyHistoryEducation/AppPartyHistoryEducation.vue index ce4ac6ab..d69e7731 100644 --- a/src/apps/party/partyHistoryEducation/home.vue +++ b/src/apps/party/AppPartyHistoryEducation/AppPartyHistoryEducation.vue @@ -1,5 +1,5 @@