feat 引入hls
This commit is contained in:
@@ -137,6 +137,7 @@ import { EquipmentList, DeviceInfoForm, AlarmAreaData } from '@/api/equipmentLis
|
||||
import { listDemo, getDemo, delDemo, addDemo, updateDemo } from '@/api/demo/demo';
|
||||
import { DemoVO, DemoQuery, DemoForm } from '@/api/demo/demo/types';
|
||||
import { log } from 'node:console';
|
||||
import Hls from 'hls.js';
|
||||
|
||||
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
||||
|
||||
@@ -316,7 +317,6 @@ const resetMonitorDraw = () => {
|
||||
monitorDrawPoints.value = [];
|
||||
monitorRectPx.value = null;
|
||||
};
|
||||
|
||||
const handleSee = async (row?: any) => {
|
||||
reset();
|
||||
resetMonitorDraw();
|
||||
|
||||
Reference in New Issue
Block a user