WXL (wul)
2 天以前 91f78c7a3c325b7627f269524cdf92f006948cdf
src/store/modules/user.js
@@ -93,7 +93,6 @@
    },
    SET_Id: (state, Id) => {
      state.Id = Id;
      console.log(state.Id, "user2");
    },
    SET_AVATAR: (state, avatar) => {
      state.avatar = avatar;