This commit is contained in:
2023-08-09 16:44:10 +08:00
parent 2cdb072ab8
commit ba59394115
100 changed files with 8965 additions and 307 deletions

View File

@@ -67,7 +67,7 @@ const user = {
.then((res) => {
setToken(res.token);
commit('SET_TOKEN', res.token);
resolve();
resolve(res);
})
.catch((error) => {
reject(error);