|
@@ -36,7 +36,7 @@
|
|
|
import { getDahuaVideoServer, getTVWallList } from '@/api/dahua/dahua'
|
|
|
import { tvCameraList } from '@/api/haikang/haikang'
|
|
|
import DHWs from '@/dahua/lib/DHWs'
|
|
|
-
|
|
|
+import { rotation } from '@/api/monitor'
|
|
|
/** ----------------------------------摄像头预览结束------------------------------------- */
|
|
|
export default {
|
|
|
dicts: ['event_source'],
|
|
@@ -492,7 +492,15 @@ export default {
|
|
|
_this.rotation(longitude,latitude,array1)
|
|
|
}, 5000)
|
|
|
|
|
|
+
|
|
|
+ },
|
|
|
+ rotation(lng,lat,list){
|
|
|
+ rotation(lng,lat,list).then(res => {
|
|
|
+ console.log(res)
|
|
|
+
|
|
|
+ })
|
|
|
},
|
|
|
+
|
|
|
create(tvListJson) { // 调用创建控件接口
|
|
|
let _this = this
|
|
|
const params = [
|