|
@@ -60,8 +60,8 @@ export default defineComponent({
|
|
|
const params: FormState = {
|
|
|
username,
|
|
|
password,
|
|
|
- loginType: 'password',
|
|
|
- grant_type: 'PASSWORD',
|
|
|
+ loginType:'PASSWORD',
|
|
|
+ grant_type: 'password',
|
|
|
client_id: 'cooleshow-teacher',
|
|
|
client_secret: 'cooleshow-teacher'
|
|
|
};
|