This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user