| | |
| | | methods: { |
| | | routerJump(id, articleFileType, typeId) { |
| | | let routerName = "mdDetail"; |
| | | if (articleFileType == this.fileType.fileTypeVideo_3) { |
| | | routerName = "videoDetail"; |
| | | } |
| | | // if (articleFileType == this.fileType.fileTypeVideo_3) { |
| | | // routerName = "videoDetail"; |
| | | // } |
| | | |
| | | this.$router.push({ |
| | | name: routerName, |
| | |
| | | articleFileType: articleFileType, |
| | | typeId: typeId |
| | | }, |
| | | params: { |
| | | id: id, |
| | | articleFileType: articleFileType, |
| | | typeId: typeId |
| | | } |
| | | // params: { |
| | | // id: id, |
| | | // articleFileType: articleFileType, |
| | | // typeId: typeId |
| | | // } |
| | | }) |
| | | }, |
| | | routerToPlatform() { |