fuliqi
2024-06-17 35626c1cfb9521f0cc482daf11b2b2f67d1df3cf
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)
    })
  }
}