From 271410d9e925d52ef67828427424c70f73b93f8e Mon Sep 17 00:00:00 2001 From: Hintay Date: Sat, 19 Feb 2022 03:26:39 +0800 Subject: [PATCH] Fixed analytic in dashboard. --- frontend/src/lib/utils/index.js | 2 +- frontend/version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/utils/index.js b/frontend/src/lib/utils/index.js index 336cdee2..8334b108 100644 --- a/frontend/src/lib/utils/index.js +++ b/frontend/src/lib/utils/index.js @@ -36,7 +36,7 @@ export default { if (process.env.NODE_ENV === 'development' && process.env["VUE_APP_API_WSS_ROOT"]) { return process.env["VUE_APP_API_WSS_ROOT"] } - return protocol + location.host + '/' + process.env["VUE_APP_API_WSS_ROOT"] + return protocol + location.host + process.env["VUE_APP_API_WSS_ROOT"] } } } diff --git a/frontend/version.json b/frontend/version.json index eb7b4a3a..19993a64 100644 --- a/frontend/version.json +++ b/frontend/version.json @@ -1 +1 @@ -{"version":"1.1.0","build_id":7,"total_build":24} \ No newline at end of file +{"version":"1.1.0","build_id":8,"total_build":25} \ No newline at end of file