Pārlūkot izejas kodu

课程开发页面路径修改

tanxue 2 gadi atpakaļ
vecāks
revīzija
57b02bc6da

+ 1 - 1
components/footer.vue

@@ -114,7 +114,7 @@
       },
       // 课程开发链接
       goKechengPage() {
-        this.$router.push({name: 'courseware'});
+        this.$router.push({ path: '/courseware/synopsis' });
       },
       // 关于帮助中心
       goaboutUs() {

+ 1 - 1
components/footer2.vue

@@ -79,7 +79,7 @@
       },
       // 课程开发链接
       goKechengPage(){
-        this.$router.push({ name: 'courseware' });
+        this.$router.push({ path: '/courseware/synopsis' });
       },
       // 关于帮助中心
       goaboutUs(){

+ 1 - 1
pages/CourseDevelopPhone.vue

@@ -62,7 +62,7 @@
                     this.$router.push({ name: 'index' });
                     break;
                   case 'course':
-                    this.$router.push({ name: 'courseware' });
+                    this.$router.push({ path: '/courseware/synopsis' });
                     break;
                   case 'resources':
                     this.$router.push({ name: 'resources' });

+ 1 - 1
pages/index.vue

@@ -872,7 +872,7 @@
         this.$router.push({ name: 'trainsystem' });
       },
       goKechengPage(){
-        this.$router.push({ name: 'courseware' });
+        this.$router.push({ path: '/courseware/synopsis' });
       },
       checkInfo(data) {
         const opt = {

+ 1 - 1
pages/registerPhone.vue

@@ -75,7 +75,7 @@
                     this.$router.push({ name: 'index' });
                     break;
                   case 'course':
-                    this.$router.push({ name: 'courseware' });
+                    this.$router.push({ path: '/courseware/synopsis' });
                     break;
                   case 'resources':
                     this.$router.push({ name: 'resources' });