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-05-26 10:46:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0c37a0270dc4e65557e0fdcecaacadd3ddcbb7f9
0c37a027
1 parent
47563c2e
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/composables/useVideoList.js
src/composables/useVideoList.js
View file @
0c37a02
...
...
@@ -48,6 +48,7 @@ export const useVideoList = ($route) => {
});
columns
.
value
=
_
.
concat
(
columns
.
value
,
arr
);
}
else
{
// tslint:disable-next-line: no-console
console
.
warn
(
res
);
if
(
!
res
.
data
.
show
)
return
false
;
Toast
({
...
...
@@ -57,6 +58,7 @@ export const useVideoList = ($route) => {
}
})
.
catch
(
err
=>
{
// tslint:disable-next-line: no-console
console
.
error
(
err
);
})
...
...
Please
register
or
login
to post a comment