| | |
| | | } |
| | | const read = (pItem: any) => { |
| | | /** 暂无教材阅读器,跳转至详情 */ |
| | | // let token = localStorage.getItem(config.tokenKey) |
| | | // const url = config.textBookResourceUrl + '#/home' + '?bookId=' + pItem.id + '&token=' + token |
| | | // window.open(url) |
| | | router.push({ |
| | | path: '/bookdetail', |
| | | query: { |
| | | bookId: pItem.id, |
| | | }, |
| | | }) |
| | | let token = localStorage.getItem(config.tokenKey) |
| | | const url = config.textBookResourceUrl + '#/home' + '?bookId=' + pItem.refCode + '&token=' + token |
| | | window.open(url) |
| | | // router.push({ |
| | | // path: '/bookdetail', |
| | | // query: { |
| | | // bookId: pItem.id, |
| | | // }, |
| | | // }) |
| | | } |
| | | const handleSizeChange = (val: number) => { |
| | | paginationData.limit = val |