| | |
| | | </el-aside> |
| | | |
| | | <el-container class="video-body-right"> |
| | | <el-header style="display: flex; flex-direction: column; height: 120px"> |
| | | <el-header |
| | | style="display: flex; flex-direction: column; height: 120px" |
| | | > |
| | | <div |
| | | style="display: flex; justify-content: space-between; height: 80px" |
| | | style=" |
| | | display: flex; |
| | | justify-content: space-between; |
| | | height: 80px; |
| | | " |
| | | > |
| | | <span |
| | | style=" |
| | |
| | | v-show="dialogCreate" |
| | | :before-close="handleClose2" |
| | | > |
| | | <div class="dom" style="width: 100%; height: 600px; position: relative"> |
| | | <div |
| | | class="dom" |
| | | style="width: 100%; height: 600px; position: relative" |
| | | > |
| | | <div id="dom1" class="dom1"></div> |
| | | <div id="dom2" class="dom2"></div> |
| | | <div id="dom3" class="dom3"></div> |
| | |
| | | ctrl: "ctrl1", |
| | | }; |
| | | }, |
| | | |
| | | watch: { |
| | | '$route'(to, from) { //监听路由是否变化 |
| | | this.getVideoPointList(); |
| | | } |
| | | }, |
| | | created() { |
| | | this.getVideoPointList(); |
| | | }, |
| | |
| | | } |
| | | }, |
| | | getVideoPointList(data) { |
| | | let path = this.$route.path; |
| | | let communityId, streetId; |
| | | if (data) { |
| | | communityId = data.id; |
| | | streetId = data.parentId; |
| | | } |
| | | |
| | | videoPoint |
| | | .getVideoPointList({ |
| | | current: this.currentPage, |
| | | size: this.pageSize, |
| | | type: path.substring(path.length - 1, path.length), |
| | | communityId, |
| | | streetId, |
| | | }) |