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'),