xutongzee 1 year ago
parent
commit
5b308b5841
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/store/modules/user.js

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

@@ -56,7 +56,7 @@ const actions = {
     },
     },
 
 
     // 登录获取token
     // 登录获取token
-    async login ({ commit }) {
+    async login ({ dispatch, commit }) {
         try {
         try {
             if (platform === 'notInDingTalk') {
             if (platform === 'notInDingTalk') {
                 Toast({
                 Toast({
@@ -71,6 +71,7 @@ const actions = {
                     type: 'UPDATE_USER_TOKEN',
                     type: 'UPDATE_USER_TOKEN',
                     token: result.data
                     token: result.data
                 })
                 })
+                dispatch('getUserInfo')
             }
             }
         } catch (error) {
         } catch (error) {
             login
             login