소스 검색

更新登录类型

lex 2 년 전
부모
커밋
21298a72c5
4개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/store/modules/user.js
  2. 0 0
      web/index.html
  3. 0 0
      web/static/web/js/app.662dc52a.js
  4. 0 0
      web/static/web/js/app.e6f30dba.js

+ 1 - 1
src/store/modules/user.js

@@ -53,7 +53,7 @@ const actions = {
   login({ commit }, userInfo) {
     const { username, password } = userInfo
     return new Promise((resolve, reject) => {
-      login({ username: username.trim(), password: password, clientId: 'system', clientSecret: 'system' }).then(response => {
+      login({ username: username.trim(), password: password, clientId: 'oa', clientSecret: 'oa' }).then(response => {
         const { data } = response
         if (response.code == 200) {
           console.log(data)

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/static/web/js/app.662dc52a.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/static/web/js/app.e6f30dba.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.