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