Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-20 15:52:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b8598d93012d2ab41ec63a5930341f75d9531daa
b8598d93
1 parent
b97434ca
✨ feat(书籍详情页): 书籍查询方言列表接口新增ID过滤条件
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/composables/useVideoList.js
src/composables/useVideoList.js
View file @
b8598d9
/*
* @Date: 2022-05-05 18:07:16
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-
18 05:35:2
3
* @LastEditTime: 2022-06-
20 11:01:5
3
* @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
=
[];
...
...
Please
register
or
login
to post a comment