添加登录

This commit is contained in:
alger
2021-09-29 17:24:03 +08:00
parent e108059773
commit a7f1453609
10 changed files with 194 additions and 15 deletions
+1
View File
@@ -8,6 +8,7 @@ let state = {
isPlay: false,
playMusic: {} as SongResult,
playMusicUrl: "",
user: null as any,
};
let mutations = {