parent
f2330c9a44
commit
10e1e73335
12 changed files with 192 additions and 184 deletions
@ -1,5 +1,6 @@ |
||||
const getters = { |
||||
getModelType: (state) => state.modelType, |
||||
getNavSum:(state) => state.navSum |
||||
getNavSum: (state) => state.navSum, |
||||
site: (state) => location.href.includes('eduvessel') ? 7 : 1, |
||||
}; |
||||
export default getters; |
Loading…
Reference in new issue