lsc 2 years ago
parent
commit
91fec3a81b
2 changed files with 2 additions and 1 deletions
  1. 1 1
      dist/report.html
  2. 1 0
      src/store/modules/user.js

File diff suppressed because it is too large
+ 1 - 1
dist/report.html


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

@@ -68,6 +68,7 @@ const actions = {
     return new Promise((resolve, reject) => {
       eduGet()
         .then(response => {
+          console.log(response)
           var _user = response.value[0][0]
           setToken(_user.userid)
           resolve(_user.userid)

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