From 01ab552a09dd7d63a650b797c9e3a1ec71c3a932 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 24 Dec 2021 22:19:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E5=B1=82=E5=85=9A=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppPageParty/AppPageParty.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppPageParty/AppPageParty.vue b/src/apps/AppPageParty/AppPageParty.vue index 7d754934..e79d74e3 100644 --- a/src/apps/AppPageParty/AppPageParty.vue +++ b/src/apps/AppPageParty/AppPageParty.vue @@ -27,13 +27,13 @@ export default { { name: '党员学习', icon: require('./img/dyxx.png'), - url: '../party/AppPartyHistoryEducation/classroomList', + url: '../AppPartyHistoryEducation/classroomList', isBottom: true }, { name: '在线答题', icon: require('./img/zxdt.png'), - url: '../party/AppOnlineAnswer/AppOnlineAnswer' + url: '../AppOnlineAnswer/AppOnlineAnswer' } ], headerBg: require('./img/header-bg.png'),