龚焕茏
2024-07-11 f7fba7469eb458c000bdad97a2c130a9e9ea212b
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)
    })
  }
}