Преглед изворни кода

课程开发页面路径修改

tanxue пре 2 година
родитељ
комит
57b02bc6da
5 измењених фајлова са 5 додато и 5 уклоњено
  1. 1 1
      components/footer.vue
  2. 1 1
      components/footer2.vue
  3. 1 1
      pages/CourseDevelopPhone.vue
  4. 1 1
      pages/index.vue
  5. 1 1
      pages/registerPhone.vue

+ 1 - 1
components/footer.vue

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

+ 1 - 1
components/footer2.vue

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

+ 1 - 1
pages/CourseDevelopPhone.vue

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

+ 1 - 1
pages/index.vue

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

+ 1 - 1
pages/registerPhone.vue

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