乡村相册登录适应
This commit is contained in:
@@ -179,9 +179,11 @@ const store = new Vuex.Store({
|
||||
return encrypted.toString();
|
||||
}
|
||||
}
|
||||
let {module} = params
|
||||
return new Promise((resolve, reject) => {
|
||||
http.post("/auth/oauth/token", null, {
|
||||
withoutToken: true,
|
||||
module,
|
||||
params: {
|
||||
...params, grant_type: 'password',
|
||||
password: encryptByDES(params.password)
|
||||
|
||||
Reference in New Issue
Block a user