lsc 2 anni fa
parent
commit
91fec3a81b
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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