hookehuyr

✨ feat(书籍详情页): 书籍查询方言列表接口新增ID过滤条件

/*
* @Date: 2022-05-05 18:07:16
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-18 05:35:23
* @LastEditTime: 2022-06-20 11:01:53
* @FilePath: /tswj/src/composables/useVideoList.js
* @Description: 文件描述
*/
......@@ -47,7 +47,7 @@ export const useVideoList = () => {
{ text: '所有方言', val: '所有方言' },
])
//
axios.get('/srv/?a=localism_list')
axios.get('/srv/?a=localism_list&book_id=' + $route.query.id)
.then(res => {
if (res.data.code === 1) {
let arr = [];
......