lsc 2 years ago
parent
commit
6d1ef88b64
4 changed files with 2 additions and 2 deletions
  1. 0 0
      dist/index.html
  2. 1 1
      dist/report.html
  3. 0 0
      dist/static/js/app.0e38277e.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
+ 1 - 1
dist/report.html


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


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

@@ -70,8 +70,8 @@ const actions = {
         .then(response => {
           console.log(response)
           var _user = response[0][0]
-          dispatch('getInfo')
           setToken(_user.userid)
+          dispatch('getInfo')
           resolve(_user.userid)
         })
         .catch(error => {

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