lsc 2 jaren geleden
bovenliggende
commit
73e930238b
5 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 0 0
      dist/index.html
  2. 1 1
      dist/report.html
  3. 0 0
      dist/static/js/app.70003bd1.js
  4. 0 0
      dist/static/js/app.e9622d69.js
  5. 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.70003bd1.js


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


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

@@ -80,7 +80,7 @@ const actions = {
   },
   getInfo({ commit, state }) {
     return new Promise((resolve, reject) => {
-      getUser()
+      getUser({ userid: state.token })
         .then(response => {
           const { data } = response
 

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