This commit is contained in:
X1627315083
2024-08-13 09:36:13 +08:00
parent 1f5ddc604a
commit a0c3b06b80
23 changed files with 23125 additions and 22325 deletions

View File

@@ -14,6 +14,7 @@ interface UserHabit{
MalePosition:any,
Position:any,
systemUser:any,
messageSystem:any,
}
const userHabit : Module<UserHabit,RootState> = {
@@ -39,7 +40,9 @@ const userHabit : Module<UserHabit,RootState> = {
systemUser:{
value : -1
},
messageSystem:{
messageNum:4,
},
},
mutations:{
res_clothingType(state,data){
@@ -73,6 +76,10 @@ const userHabit : Module<UserHabit,RootState> = {
clearSystemUser(state){
state.systemUser.value = -1
},
setMessageSystem(state,data){
state.messageSystem = data
},
},
actions:{