@@ -52,11 +52,11 @@
},
handleLessonClick() {
- this.$router.push('/lessonDetails')
+ this.$router.push('lessonDetails')
goDetails() {
- this.$router.push('/activityDetails')
+ this.$router.push('activityDetails')
}
@@ -58,7 +58,7 @@
- this.$router.push('/lessonList')
+ this.$router.push('lessonList')
@@ -75,7 +75,7 @@
methods: {
activityClick() {
- this.$router.push('/rewardDetails');
+ this.$router.push('rewardDetails');
handleMenuClick(index,val) {
this.activeIndex = index;