lsc 2 年之前
父节点
当前提交
73e930238b
共有 5 个文件被更改,包括 2 次插入2 次删除
  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

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 1 - 1
dist/report.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.70003bd1.js


文件差异内容过多而无法显示
+ 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
 

部分文件因为文件数量过多而无法显示