This commit is contained in:
parent
c01253c75d
commit
e384daf472
|
|
@ -20,6 +20,7 @@
|
||||||
:get-image-src="getImageSrc(listType)"
|
:get-image-src="getImageSrc(listType)"
|
||||||
:list-type="listType"
|
:list-type="listType"
|
||||||
v-on:playVideo="playVideo"
|
v-on:playVideo="playVideo"
|
||||||
|
@updataDeviceList="updataDeviceList"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -32,7 +33,7 @@
|
||||||
<script>
|
<script>
|
||||||
import VideoPlay from '@/views/screen/components/video/components/VideoPlay.vue'
|
import VideoPlay from '@/views/screen/components/video/components/VideoPlay.vue'
|
||||||
// import VideoList from '@/views/screen/components/video/components/VideoList.vue'
|
// import VideoList from '@/views/screen/components/video/components/VideoList.vue'
|
||||||
import VideoList from '@/views/screen/components/video/components/VideoListNew.vue'
|
import VideoList from '@/views/screen/components/video/components/videoListNew.vue'
|
||||||
import { getVideoList } from '@/api/screen/screen'
|
import { getVideoList } from '@/api/screen/screen'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
@ -69,6 +70,10 @@ export default {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
updataDeviceList() {
|
||||||
|
this.fetchData()
|
||||||
|
},
|
||||||
open(e) {
|
open(e) {
|
||||||
console.log('open', e)
|
console.log('open', e)
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
:get-image-src="getImageSrc(listType)"
|
:get-image-src="getImageSrc(listType)"
|
||||||
:list-type="listType"
|
:list-type="listType"
|
||||||
v-on:playVideo="playVideo"
|
v-on:playVideo="playVideo"
|
||||||
|
@updataDeviceList="updataDeviceList"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -252,7 +253,7 @@ import { lookFaceFile as fetchLookFaceFile, parseTime } from '@/utils/bonus'
|
||||||
import VideoPlay from '@/views/screen/components/video/components/VideoPlay.vue'
|
import VideoPlay from '@/views/screen/components/video/components/VideoPlay.vue'
|
||||||
import VideoControls from '@/views/screen/components/video/components/VideoControls.vue'
|
import VideoControls from '@/views/screen/components/video/components/VideoControls.vue'
|
||||||
// import VideoList from '@/views/screen/components/video/components/VideoList.vue'
|
// import VideoList from '@/views/screen/components/video/components/VideoList.vue'
|
||||||
import VideoList from '@/views/screen/components/video/components/VideoListNew.vue'
|
import VideoList from '@/views/screen/components/video/components/videoListNew.vue'
|
||||||
import {
|
import {
|
||||||
getProData,
|
getProData,
|
||||||
getProSelect,
|
getProSelect,
|
||||||
|
|
@ -334,6 +335,10 @@ export default {
|
||||||
leaderOpts: [],
|
leaderOpts: [],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
updataDeviceList() {
|
||||||
|
this.fetchData()
|
||||||
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.lookFaceFile = fetchLookFaceFile()
|
this.lookFaceFile = fetchLookFaceFile()
|
||||||
this.fetchDatas()
|
this.fetchDatas()
|
||||||
|
|
|
||||||
|
|
@ -38,8 +38,8 @@ module.exports = {
|
||||||
// target: `http://localhost:18080`,
|
// target: `http://localhost:18080`,
|
||||||
// target: 'http://192.168.0.176:18080',
|
// target: 'http://192.168.0.176:18080',
|
||||||
// target: 'http://192.168.0.58:19090', // 杰
|
// target: 'http://192.168.0.58:19090', // 杰
|
||||||
target: 'http://192.168.0.14:18080', // 测试环境
|
// target: 'http://192.168.0.14:18080', // 测试环境
|
||||||
// target: 'http://218.21.27.6:1999/prod-api', // 生产环境
|
target: 'http://218.21.27.6:1999/prod-api', // 生产环境
|
||||||
// target: 'http://192.168.0.14:38080', // 郝志权
|
// target: 'http://192.168.0.14:38080', // 郝志权
|
||||||
// target: 'http://192.168.2.122:18080', // 梁超
|
// target: 'http://192.168.2.122:18080', // 梁超
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue