Sign in
杨泽宇
/
cms_songs
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
2e2d603653a9eeac32a0ab1fbd0e679f080d7da1
Authored by
杨泽宇
2021-09-23 17:20:03 +0800
1 parent
a777a003
cancel default value;
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/js/audios.js
src/js/audios.js
View file @
2e2d603
...
...
@@ -16,7 +16,7 @@ const Audio = {
16
16
songName: null,
17
17
lyricist: null,
18
18
songwriter: null,
19
- channelId:
1278
,
19
+ channelId:
null
,
20
20
redact: null,
21
21
lyric: null,
22
22
mixing: null,
...
...