在线用户,验证码,bug修复,代码优化

This commit is contained in:
吕金泽
2022-03-16 10:38:26 +08:00
parent 6401c76e65
commit bdea28e66e
38 changed files with 1042 additions and 132 deletions
+2
View File
@@ -47,6 +47,8 @@ export function login(data){
var token = res.data
setToken(token)
resolve(token)
}).catch((e) => {
reject(e)
})
})
}