From 945d888c3debd7154d5a83e39ee63bdeb73f0e9b Mon Sep 17 00:00:00 2001 From: xiaoheiiskinder <11674173+xiaohei102908@user.noreply.gitee.com> Date: Wed, 1 Nov 2023 18:11:32 +0800 Subject: [PATCH] =?UTF-8?q?1101=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=BA=86?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=8D=E6=98=AF=E7=9C=9F=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E4=BC=98=E5=8C=96=E4=BA=86=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- dist/index.html | 2 +- src/components/deviceLi.vue | 2 +- src/components/personLi.vue | 2 +- src/store/index.js | 3 +- src/views/dataScreen/Tourist.vue | 7 +- src/views/dataScreen/centerChartBottom.vue | 25 ++++-- src/views/dataScreen/leftChartBottom.vue | 2 +- src/views/dataScreen/leftChartOne.vue | 32 ++++++-- src/views/dataScreen/rightChartTop.vue | 9 +- src/views/dataScreen/rightChartcenter.vue | 3 +- src/views/dataScreen/rightChartcentertwo.vue | 6 +- src/views/doorLock.vue | 118 +++++++++++++++++++++------ src/views/room.vue | 69 +++++++++++----- src/views/userManagement.vue | 56 +++++++++---- src/views/visualization/flatsIndex.vue | 74 +++++++++++++---- static/config.js | 10 ++- 17 files changed, 317 insertions(+), 105 deletions(-) diff --git a/config/index.js b/config/index.js index 5893009..9192788 100644 --- a/config/index.js +++ b/config/index.js @@ -30,7 +30,7 @@ module.exports = { } } }, - host: '192.168.1.28', + host: '192.168.1.2', port: 8082, autoOpenBrowser: false, errorOverlay: true, diff --git a/dist/index.html b/dist/index.html index 9e67142..68ff38a 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1 +1 @@ -智慧公寓管理系统
\ No newline at end of file +智慧公寓管理系统
\ No newline at end of file diff --git a/src/components/deviceLi.vue b/src/components/deviceLi.vue index 5533c9e..bae911b 100644 --- a/src/components/deviceLi.vue +++ b/src/components/deviceLi.vue @@ -36,7 +36,7 @@
未绑定
在线
离线
-
低电
+
低电
diff --git a/src/components/personLi.vue b/src/components/personLi.vue index e0fed9b..4d307a8 100644 --- a/src/components/personLi.vue +++ b/src/components/personLi.vue @@ -32,7 +32,7 @@ props: ['data'], methods: {}, mounted (){ - console.log(this.data); + } }; diff --git a/src/store/index.js b/src/store/index.js index 9ce43a4..b807ac4 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -19,7 +19,8 @@ import moment from "moment" const store = new Vuex.Store({ state: { treeList:[], - tenantId: '1200', + // tenantId: '1200', + tenantId: '100', selectoption: [], tagsList: [], cardList: [], diff --git a/src/views/dataScreen/Tourist.vue b/src/views/dataScreen/Tourist.vue index 7ec0737..61ea354 100644 --- a/src/views/dataScreen/Tourist.vue +++ b/src/views/dataScreen/Tourist.vue @@ -6,7 +6,10 @@
- {{ item.total }} + +
+ +
{{ item.title }}{{ item.name }}
@@ -16,9 +19,11 @@