liujq 2 years ago
parent
commit
2e49911d72
4 changed files with 1 additions and 1 deletions
  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

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.45f467c5.js


File diff suppressed because it is too large
+ 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)

Some files were not shown because too many files changed in this diff