This commit is contained in:
2019-05-27 18:59:39 +00:00
parent 3b3ea81486
commit 7202800ece
4 changed files with 31 additions and 19 deletions

View File

@@ -1,10 +1,7 @@
import store from "../store";
export default {
version: "8.0.0-alpha.5",
copyright:
"Copyright © 1999-2019, Ground Zero Tech-Works Inc. All Rights Reserved",
userName: store.state.userName,
browser: {
platform: window.navigator.platform,
userAgent: window.navigator.userAgent,
@@ -19,6 +16,5 @@ export default {
height: window.screen.height,
devicePixelRatio: window.devicePixelRatio,
pixelDepth: window.screen.pixelDepth
},
clientLog: store.state.logArray
}
};