You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
原因是在NeteaseMusic/src/assets/utils/request.js 内的
const idStr = (song.bId || id || '').replace(
${song.platform}_, '');
部分歌曲返回的bId是数字,所以在replace这里报错,后面无法执行。
The text was updated successfully, but these errors were encountered: