This commit is contained in:
2020-07-31 23:41:38 +00:00
parent 5f3ef7f4b4
commit 26be93817d
4 changed files with 116 additions and 44 deletions

View File

@@ -49,6 +49,11 @@ export default new Vuex.Store({
knownPassword: false,
newNotificationCount: 0
},
getters: {
isOutsideUser: state => {
return state.userType == 3 || state.userType == 4;
}
},
mutations: {
setLastClientVersion(state, data) {
state.lastClientVersion = data;