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 Jun 17, 2022. It is now read-only.
用户体验很好啊,居然是自己不靠UI框架写出来的,不错。
关于几点改进的建议
1.axios promise后面最好跟一下catch捕获错误,then里面只能打印请求成功但非200的错误信息。
2.既然用了Vuex,那么异步方法全部写到action里面去,用生命周期控制。尽量少用ref,props等,保持代码整洁。
3.一些接口有点变化,比如newsong,lyric。
我也试试大改一下你的代码
The text was updated successfully, but these errors were encountered: