diff --git a/src/project/shandong10086/AppIntelligentSecurity/AppIntelligentSecurity.vue b/src/project/shandong10086/AppIntelligentSecurity/AppIntelligentSecurity.vue index 84440c18..b2101778 100644 --- a/src/project/shandong10086/AppIntelligentSecurity/AppIntelligentSecurity.vue +++ b/src/project/shandong10086/AppIntelligentSecurity/AppIntelligentSecurity.vue @@ -51,7 +51,7 @@ -->
- +

{{ item.name }}

@@ -74,7 +74,7 @@ export default { {nodeName: "首页"} ], monitors: [], - + coverImg: require('./img/cover-img.png'), areaId: '', areaName: '', list: [], @@ -108,7 +108,7 @@ export default { this.getMonitors(node.nodeId) }, getList() { - this.$http.post(`/app/appzyvideoequipment/getAreaEquipment?areaId=${this.areaId}`).then(res => { + this.$http.post(`/app/appzyvideoequipment/getAreaEquipment?areaId=${this.areaId || this.user.areaId}`).then(res => { if (res?.data) { this.list = res.data.list this.count = res.data.count diff --git a/src/project/shandong10086/AppIntelligentSecurity/SlwVideo.vue b/src/project/shandong10086/AppIntelligentSecurity/SlwVideo.vue new file mode 100644 index 00000000..a9e5aa10 --- /dev/null +++ b/src/project/shandong10086/AppIntelligentSecurity/SlwVideo.vue @@ -0,0 +1,85 @@ + + + + + \ No newline at end of file diff --git a/src/project/shandong10086/AppIntelligentSecurity/img/cover-img.png b/src/project/shandong10086/AppIntelligentSecurity/img/cover-img.png new file mode 100644 index 00000000..f4239096 Binary files /dev/null and b/src/project/shandong10086/AppIntelligentSecurity/img/cover-img.png differ diff --git a/src/project/shandong10086/AppIntelligentSecurity/monitorDetail.vue b/src/project/shandong10086/AppIntelligentSecurity/monitorDetail.vue index 50868d05..c3f9b72c 100644 --- a/src/project/shandong10086/AppIntelligentSecurity/monitorDetail.vue +++ b/src/project/shandong10086/AppIntelligentSecurity/monitorDetail.vue @@ -1,23 +1,27 @@