Browse Source

修改图片展示路径

master
yangzongjia 2 years ago
parent
commit
1cefff67cb
  1. 4
      src/views/monitor/videos/index.vue

4
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) => {

Loading…
Cancel
Save