yxh
sendo
2025-09-29 aefc8784d17df3ff1a103462605c83c4a391cc4d
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;