瀏覽代碼

更新登录类型

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


部分文件因文件數量過多而無法顯示