diff --git a/src/views/monitor/videos/index.vue b/src/views/monitor/videos/index.vue index bd7a0a8..324703c 100644 --- a/src/views/monitor/videos/index.vue +++ b/src/views/monitor/videos/index.vue @@ -383,7 +383,7 @@ export default { }, methods: { ckChange(item) { - this.cangkuImage = '/image/' + item + '.png' + this.cangkuImage = '/monitor/image/' + item + '.png' if (item) { this.moreFlag = true } else { @@ -650,7 +650,7 @@ export default { if (res.code == 200) { this.ckList = res.data this.ckId = res.data[0].sid - this.cangkuImage = '/image/' + res.data[0].sid + '.png' + this.cangkuImage = '/monitor/image/' + res.data[0].sid + '.png' } // 1 摄像头 getOtherList({ type: 1, ckId: this.ckId }).then((res) => {