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