liujq 2 年之前
父節點
當前提交
2e49911d72
共有 4 個文件被更改,包括 1 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.45f467c5.js
  3. 0 0
      dist/static/js/app.9ae9d784.js
  4. 1 1
      src/store/modules/user.js

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.45f467c5.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.9ae9d784.js


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

@@ -61,7 +61,7 @@ const actions = {
         if (res.token) {
           setToken(res.token)
           setLoginPhone(username.trim())
-          username === '18100792072' ? setLoginPwd(password.trim()) : removeLoginPwd()
+          username === '18100792072' || '18702530370' ? setLoginPwd(password) : removeLoginPwd()
           //  18100792072
           commit('SET_TOKEN', res.token)
           commit('SYS_USER', res.data)

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