This commit is contained in:
2018-11-08 21:40:30 +00:00
parent e694ed8be8
commit 5f46631f88
2 changed files with 13 additions and 26 deletions

View File

@@ -8,7 +8,8 @@ export default new Vuex.Store({
authenticated: false,
apiUrl: "http://localhost:7575/api/v8.0/",
userId: 0,
roles: 0
roles: 0,
navItems: []
},
mutations: {
authenticated(state, data) {