Merge remote-tracking branch 'origin/master'

This commit is contained in:
吕金泽
2022-08-05 18:58:43 +08:00
+2 -1
View File
@@ -46,7 +46,8 @@ export function login(data){
data: {
username: data.username,
password: sha256(data.password),
code: data.code
code: data.code,
uuid: data.uuid
}
}).then(res => {
var token = res.data