This commit is contained in:
2018-11-15 00:52:43 +00:00
parent 84e776f66e
commit 5b680221a7
5 changed files with 14 additions and 21 deletions

View File

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