WXL (wul)
5 天以前 355996a8644f56707f813ceffbd4552bc4be7fca
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;