龚焕茏
2024-07-05 f63afe00c4a8504e39732f4816359a6d906fcf6d
src/store/modules/user.js
@@ -10,7 +10,7 @@
const actions = {
  initUserInfo ({ commit }) {
    userApi.getCurrentUser().then(re => {
      commit('setUserInfo', re.response)
      commit('setUserInfo', re.data)
    })
  }
}