wangxy %!s(int64=2) %!d(string=hai) anos
pai
achega
d926236b80
Modificáronse 2 ficheiros con 6 adicións e 6 borrados
  1. 3 3
      components/footer.vue
  2. 3 3
      components/footer2.vue

+ 3 - 3
components/footer.vue

@@ -104,15 +104,15 @@
       },
       // 考试链接
       goExamPage() {
-        this.$router.push({name: 'examsystem'});
+        this.$router.push({path: '/product/exam'});
       },
       // 培训链接
       goPeixunPage() {
-        this.$router.push({name: 'trainsystem'});
+        this.$router.push({path: '/product/peixun'});
       },
       // 课程开发链接
       goKechengPage() {
-        this.$router.push({name: 'courseware'});
+        this.$router.push({path: '/product/courseResource'});
       },
       // 关于帮助中心
       goaboutUs() {

+ 3 - 3
components/footer2.vue

@@ -62,15 +62,15 @@
     methods: {
       // 考试链接
       goExamPage(){
-        this.$router.push({ name: 'examsystem' });
+        this.$router.push({path: '/product/exam'});
       },
       // 培训链接
       goPeixunPage(){
-        this.$router.push({ name: 'trainsystem' });
+        this.$router.push({path: '/product/peixun'});
       },
       // 课程开发链接
       goKechengPage(){
-        this.$router.push({ name: 'courseware' });
+        this.$router.push({path: '/product/courseResource'});
       },
       // 关于帮助中心
       goaboutUs(){