mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
fix: bugs
This commit is contained in:
parent
fa9f2d9785
commit
95f22f47fe
11 changed files with 50 additions and 56 deletions
|
|
@ -226,7 +226,6 @@ export default {
|
|||
this.dynamicDetail.isSub ? '已保存到音乐库' : '已从音乐库删除'
|
||||
);
|
||||
}
|
||||
console.log(data);
|
||||
})
|
||||
.catch(error => {
|
||||
this.showToast(`${error.response.data.message || error}`);
|
||||
|
|
|
|||
|
|
@ -25,9 +25,7 @@ export default {
|
|||
this.done = true;
|
||||
return;
|
||||
}
|
||||
console.log(token);
|
||||
authGetSession(token).then(result => {
|
||||
console.log(result);
|
||||
if (!result.data.session) {
|
||||
this.message = '连接失败,请重试或联系开发者(无Session)';
|
||||
this.done = true;
|
||||
|
|
|
|||
|
|
@ -191,7 +191,6 @@ export default {
|
|||
this.$router.push({ path: '/library' });
|
||||
} else {
|
||||
this.processing = false;
|
||||
console.log(data.msg);
|
||||
nativeAlert(data.msg ?? data.message ?? '账号或密码错误,请检查');
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue