liqk 6 éve
szülő
commit
1fa2515e55

+ 2 - 2
TEAMModelOS.SmartClass/ClientApp/view/smart-class/LessonList.vue

@@ -52,11 +52,11 @@
       },
 
       handleLessonClick() {
-        this.$router.push('/lessonDetails')
+        this.$router.push('lessonDetails')
       },
 
       goDetails() {
-        this.$router.push('/activityDetails')
+        this.$router.push('activityDetails')
       }
 
 

+ 1 - 1
TEAMModelOS.SmartClass/ClientApp/view/smart-class/Lessons.vue

@@ -58,7 +58,7 @@
       },
 
       goDetails() {
-        this.$router.push('/lessonList')
+        this.$router.push('lessonList')
       }
 
 

+ 1 - 1
TEAMModelOS.SmartClass/ClientApp/view/smart-class/PastReview.vue

@@ -75,7 +75,7 @@
     },
     methods: {
       activityClick() {
-        this.$router.push('/rewardDetails');
+        this.$router.push('rewardDetails');
       },
       handleMenuClick(index,val) {
         this.activeIndex = index;