Compare commits
No commits in common. "e61eb546e7d5fc0640eb29998df6bfe95959fb2a" and "82c08525f70991a7c77708dff04574a01cdf1b4b" have entirely different histories.
e61eb546e7
...
82c08525f7
|
|
@ -13,6 +13,7 @@ export function getDevices(params, mode: ErrorMessageMode = 'modal') {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
errorMessageMode: mode,
|
errorMessageMode: mode,
|
||||||
|
isTransformResponse: false,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.2 KiB |
|
|
@ -26,8 +26,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
// import HeadIcon from '/@/assets/images/head-icon.png'
|
import HeadIcon from '/@/assets/images/head-icon.png'
|
||||||
import HeadIcon from '/@/assets/images/title.gif'
|
|
||||||
defineProps({
|
defineProps({
|
||||||
title: {
|
title: {
|
||||||
type: String as PropType<string>,
|
type: String as PropType<string>,
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@
|
||||||
show: true,
|
show: true,
|
||||||
position: 'inside',
|
position: 'inside',
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
// valueAnimation: true,
|
valueAnimation: true,
|
||||||
},
|
},
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
color: 'rgba(117, 232, 238, 0.5)',
|
color: 'rgba(117, 232, 238, 0.5)',
|
||||||
|
|
@ -95,10 +95,10 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
grid: { left: '2%', right: '2%', top: '0%', bottom: '2%', containLabel: true },
|
grid: { left: '2%', right: '2%', top: '0%', bottom: '2%', containLabel: true },
|
||||||
// animationDuration: 0,
|
animationDuration: 0,
|
||||||
// animationDurationUpdate: 3000,
|
animationDurationUpdate: 3000,
|
||||||
// animationEasing: 'linear',
|
animationEasing: 'linear',
|
||||||
// animationEasingUpdate: 'linear',
|
animationEasingUpdate: 'linear',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -113,8 +113,6 @@
|
||||||
type: 1,
|
type: 1,
|
||||||
status: 1,
|
status: 1,
|
||||||
})
|
})
|
||||||
console.log(resData)
|
|
||||||
|
|
||||||
Data.list = resData.map((e, index) => {
|
Data.list = resData.map((e, index) => {
|
||||||
const { username, passage, ip, port, rtsp_url } = e.extends
|
const { username, passage, ip, port, rtsp_url } = e.extends
|
||||||
const url = `rtsp://${username}:${passage}@${ip}:${port}${rtsp_url}`
|
const url = `rtsp://${username}:${passage}@${ip}:${port}${rtsp_url}`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue