ソースを参照

更新登录类型

lex 2 年 前
コミット
21298a72c5

+ 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


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません