xiangpei
2024-07-03 9206b1f38256e09948a656276f9c5f9a1f3a0bbc
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)
    })
  }
}