From aed8e13b3cbca5c83fbd0d8a57a3e0d9e6e8c561 Mon Sep 17 00:00:00 2001
From: houzhongjian <houzhongyi@126.com>
Date: 星期五, 15 十一月 2024 16:49:11 +0800
Subject: [PATCH] 1、大华和海康摄像头图像采集功能开发

---
 types/env.d.ts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/types/env.d.ts b/types/env.d.ts
index 1326e3b..82b4cd7 100644
--- a/types/env.d.ts
+++ b/types/env.d.ts
@@ -5,6 +5,9 @@
   // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
   const component: DefineComponent<{}, {}, any>
   export default component
+
+    export class ToolHeader {
+    }
 }
 
 interface ImportMetaEnv {
@@ -22,6 +25,7 @@
   readonly VITE_UPLOAD_URL: string
   readonly VITE_API_URL: string
   readonly VITE_BASE_PATH: string
+  readonly VITE_VIDEO_CAMERA_DOMAIN: string
   readonly VITE_DROP_DEBUGGER: string
   readonly VITE_DROP_CONSOLE: string
   readonly VITE_SOURCEMAP: string

--
Gitblit v1.9.3