|
|
@@ -123,6 +123,7 @@
|
|
|
|
|
|
<script setup lang='ts'>
|
|
|
import {
|
|
|
+ h,
|
|
|
onMounted, onUnmounted, ref
|
|
|
} from 'vue'
|
|
|
import EzVideoService from './ezVideo.service'
|
|
|
@@ -157,19 +158,26 @@ const videoItem = ref([] as VideoItem[])
|
|
|
const treeData = ref([
|
|
|
{
|
|
|
key: '1',
|
|
|
- label: '1',
|
|
|
+ label: 'test',
|
|
|
children: [
|
|
|
{
|
|
|
key: '1-2',
|
|
|
- label: '2',
|
|
|
+ label: 'test2',
|
|
|
children: [
|
|
|
{
|
|
|
accessToken: 'at.c16lgeq7a42t5m8u71tl0ffu0ef9pcx7-92q5u9vh04-0p79d01-qgoihfihh',
|
|
|
- label: 'test',
|
|
|
+ label: 'test3',
|
|
|
key: '1-2-1',
|
|
|
- fluentLiveUrl: 'ezopen://aczn1688@open.ys7.com/FE3849217/10.live',
|
|
|
- highLiveUrl: 'ezopen://aczn1688@open.ys7.com/FE3849217/10.hd.live',
|
|
|
- cameraName: 'test'
|
|
|
+ fluentLiveUrl: 'ezopen://aczn1688@open.ys7.com/FE3849217/9.live',
|
|
|
+ highLiveUrl: 'ezopen://aczn1688@open.ys7.com/FE3849217/9.hd.live',
|
|
|
+ cameraName: 'test',
|
|
|
+ prefix: () => h('img', {
|
|
|
+ src: new URL('@/assets/icons/ol.svg', import.meta.url).href,
|
|
|
+ style: {
|
|
|
+ width: '20px',
|
|
|
+ height: '20px'
|
|
|
+ }
|
|
|
+ })
|
|
|
}
|
|
|
]
|
|
|
}
|