mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-09-07 08:36:51 +08:00
fix: 修复二维码登录失效的问题
This commit is contained in:
@@ -93,8 +93,7 @@ function handleQrcodeStatus() {
|
||||
}
|
||||
|
||||
if (qrcodeStatus.value.code === 0) {
|
||||
const sessdata = qrcodeStatus.value.url.split('SESSDATA=')[1].split('&')[0]
|
||||
store.config.sessdata = encodeURIComponent(sessdata)
|
||||
store.config.sessdata = qrcodeStatus.value.sessdata
|
||||
showing.value = false
|
||||
message.success('登录成功')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user