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 @@