登录修复
This commit is contained in:
@@ -86,7 +86,7 @@ export const config = {
|
||||
}
|
||||
}
|
||||
let {module} = params
|
||||
return http.post("/auth/oauth/token", null, {
|
||||
return http.post("/auth/oauth/token", params, {
|
||||
withoutToken: true,
|
||||
module,
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user