Merge branch 'preview' of https://github.com/the1812/Bilibili-Evolved into preview

This commit is contained in:
Coulomb_G 2020-11-19 00:30:38 +08:00
commit cce98b5374
4 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -589,6 +589,7 @@ li.nav-item[report-id="playpage_dynamic"] .i-frame,
}
.logout {
margin-top: 5px;
cursor: pointer;
}
.logout:hover {
color: inherit !important;

View File

@ -237,7 +237,7 @@ export class UserInfo extends NavbarComponent {
biliCSRF: getCsrf(),
})
)
const url = _.get(response, 'data.redirectUrl', '')
const url = _.get(JSON.parse(response), 'data.redirectUrl', '')
if (url) {
window.location.assign(url)
}