Browse Source

index career temporary modify

hare8999@163.com 2 years ago
parent
commit
aae3034e09
1 changed files with 8 additions and 7 deletions
  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,