Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

路径错误,使得云歌单请求错误,如果在设置里云歌单服务地址后面加/,一键导入的请求地址则多了一个/ #177

Open
rzyao opened this issue Nov 23, 2022 · 0 comments

Comments

@rzyao
Copy link

rzyao commented Nov 23, 2022

src\renderer\view\playlist\detail\index.js 38行 playlist前面少加了一个/
try {
this.list = await this.$http.get(playlist/${id})
playlist this.updateSongsInfo()
} catch (e) {
console.warn(e)
this.$router.push('/')
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant