fix: bugs

This commit is contained in:
qier222 2021-03-19 01:23:18 +08:00
parent 3bbab6ba27
commit 849f67d335
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
5 changed files with 30 additions and 55 deletions

View file

@ -160,6 +160,9 @@ export default {
toGitHub() {
window.open("https://github.com/qier222/YesPlayMusic");
},
toLogin() {
this.$router.push({ name: "login" });
},
windowMinimize() {
win.minimize();
},