diff --git a/ayanova/src/api/aboutinfo.js b/ayanova/src/api/aboutinfo.js index 4c5a3039..0abb9a51 100644 --- a/ayanova/src/api/aboutinfo.js +++ b/ayanova/src/api/aboutinfo.js @@ -19,5 +19,6 @@ export default { height: window.screen.height, devicePixelRatio: window.devicePixelRatio, pixelDepth: window.screen.pixelDepth - } + }, + clientLog: store.state.logArray }; diff --git a/ayanova/src/views/About.vue b/ayanova/src/views/About.vue index adfd9826..74d263b5 100644 --- a/ayanova/src/views/About.vue +++ b/ayanova/src/views/About.vue @@ -118,7 +118,7 @@