wangxy hace 2 años
padre
commit
845eb8699f
Se han modificado 2 ficheros con 8 adiciones y 2 borrados
  1. 4 1
      components/footer.vue
  2. 4 1
      components/footer2.vue

+ 4 - 1
components/footer.vue

@@ -17,7 +17,7 @@
             <dt>产品服务</dt>
             <dd @click="goExamPage">在线考试系统</dd>
             <dd @click="goPeixunPage">在线培训系统</dd>
-            <dd @click="goKechengPage">课程定制开发</dd>
+            <dd @click="goKechengCusPage">课程定制开发</dd>
             <dd @click="goKechengPage">通用课程资源</dd>
             <div style="display: none">
               <a :href="`${baseUrl}/examsystem`"></a>
@@ -114,6 +114,9 @@
       goKechengPage() {
         this.$router.push({path: '/product/courseResource'});
       },
+      goKechengCusPage(){
+        this.$router.push({path: '/product/courseCustom'});
+      },
       // 关于帮助中心
       goaboutUs() {
         this.$router.push({name: 'introduction'});

+ 4 - 1
components/footer2.vue

@@ -11,7 +11,7 @@
                <dt>产品服务</dt>
                <dd @click="goExamPage">在线考试系统</dd>
                <dd @click="goPeixunPage">在线培训系统</dd>
-               <dd @click="goKechengPage">课程定制开发</dd>
+               <dd @click="goKechengCusPage">课程定制开发</dd>
                <dd @click="goKechengPage">通用课程资源</dd>
              </dl>
              <dl>
@@ -72,6 +72,9 @@
       goKechengPage(){
         this.$router.push({path: '/product/courseResource'});
       },
+      goKechengCusPage(){
+        this.$router.push({path: '/product/courseCustom'});
+      },
       // 关于帮助中心
       goaboutUs(){
         this.$router.push({ name: 'introduction' });