lsc 2 年之前
父節點
當前提交
6ec460caf5
共有 5 個文件被更改,包括 2 次插入2 次删除
  1. 0 0
      dist/index.html
  2. 1 1
      dist/report.html
  3. 0 0
      dist/static/js/app.0f3ae647.js
  4. 0 0
      dist/static/js/app.78eabae2.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.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