소스 검색

Merge branch 'iteration-class' into jenkins

mo 1 년 전
부모
커밋
250c1a4f02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/login/components/pwdLogin.tsx

+ 1 - 1
src/views/login/components/pwdLogin.tsx

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