lsc 2 年之前
父節點
當前提交
6d1ef88b64
共有 4 個文件被更改,包括 2 次插入2 次删除
  1. 0 0
      dist/index.html
  2. 1 1
      dist/report.html
  3. 0 0
      dist/static/js/app.0e38277e.js
  4. 1 1
      src/store/modules/user.js

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 1 - 1
dist/report.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.0e38277e.js


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

@@ -70,8 +70,8 @@ const actions = {
         .then(response => {
           console.log(response)
           var _user = response[0][0]
-          dispatch('getInfo')
           setToken(_user.userid)
+          dispatch('getInfo')
           resolve(_user.userid)
         })
         .catch(error => {

部分文件因文件數量過多而無法顯示