Compare commits

..

2 Commits

4 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
* @Author: hisense.wuhongjian
* @Date: 2022-03-29 16:45:25
* @LastEditors: hisense.wuhongjian
* @LastEditTime: 2022-08-09 18:09:19
* @LastEditTime: 2022-08-12 16:43:50
* @Description: 告诉大家这是什么
-->
<!DOCTYPE html>

View File

@ -2,7 +2,7 @@
* @Author: hisense.wuhongjian
* @Date: 2020-07-07 16:03:23
* @LastEditors: hisense.wuhongjian
* @LastEditTime: 2022-08-06 10:43:53
* @LastEditTime: 2022-08-12 16:44:21
* @Description: 数据资源参数配置
*/
const newLocation = 'qingdao'

View File

@ -2,7 +2,7 @@
* @Author: hisense.wuhongjian
* @Date: 2021-06-15 18:50:17
* @LastEditors: hisense.wuhongjian
* @LastEditTime: 2022-07-06 10:54:11
* @LastEditTime: 2022-08-12 16:20:45
* @Description: 告诉大家这是什么
*/
;(function (doc, win) {

View File

@ -643,6 +643,7 @@
const videoTotal = ref(0)
const router = useRouter()
const whoShow1 = ref(whoShow)
const isXiHaiAn = whoShow1.value.itShowXiHaiAn
const options = reactive({
width: '912px', //
height: '513px', //
@ -653,7 +654,7 @@
muted: false, //
webFullScreen: false,
speedRate: ['0.75', '1.0', '1.25', '1.5', '2.0'], //
autoPlay: false, //
autoPlay: isXiHaiAn, //
loop: false, //
mirror: false, //
ligthOff: false, //
@ -1272,7 +1273,7 @@
muted: false, //
webFullScreen: false,
speedRate: ['0.75', '1.0', '1.25', '1.5', '2.0'], //
autoPlay: false, //
autoPlay: isXiHaiAn, //
loop: false, //
mirror: false, //
ligthOff: false, //
@ -1367,7 +1368,6 @@
// const addShopCar = () => {
// console.log('')
// }
const isXiHaiAn = whoShow1.value.itShowXiHaiAn
const wrjFlag = ref(false)
const getCamera = () => {
console.log('初始化调用')