소스 검색

index career temporary modify

hare8999@163.com 2 년 전
부모
커밋
aae3034e09
1개의 변경된 파일8개의 추가작업 그리고 7개의 파일을 삭제
  1. 8 7
      src/views/index/components/index-card-career.vue

+ 8 - 7
src/views/index/components/index-card-career.vue

@@ -39,14 +39,15 @@ export default {
     getList() {
       career.listNoToken(this.queryParams).then(res => {
         this.list = res['rows']?.map((item, idx) => {
-          const path = '/career/plan/detail'
+          // const path = '/career/plan/detail'
+          const path = '/new-gaokao/careerVideo'
           const nextParams = {
-            id: item.id,
-            aliid: item.aliid,
-            aliIdType: item.aliIdType,
-            name: item.name,
-            count: item.plays,
-            img: item.pictUrl
+            // id: item.id,
+            // aliid: item.aliid,
+            // aliIdType: item.aliIdType,
+            // name: item.name,
+            // count: item.plays,
+            // img: item.pictUrl
           }
           return {
             title: item.name,