lsc 2 years ago
parent
commit
6ec460caf5

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.0f3ae647.js


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


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

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

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