|
@@ -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,
|