feat: 接口调试
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import request from "../base/request";
|
||||
|
||||
function login(args) {
|
||||
return request.post('/auth/oauth2/token', args, {
|
||||
noToken: true,
|
||||
});
|
||||
return request.post('/auth/oauth2/token', args);
|
||||
}
|
||||
|
||||
export { login }
|
||||
Reference in New Issue
Block a user