From e25465c223a2e63422acfb58414597ca8fc4df09 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 13 十一月 2025 18:01:55 +0800
Subject: [PATCH] 排队异常、小屏适配问题
---
types/global.d.ts | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/types/global.d.ts b/types/global.d.ts
index eebe9bb..98f9b03 100644
--- a/types/global.d.ts
+++ b/types/global.d.ts
@@ -1,5 +1,11 @@
export {}
+import type * as RoomApi from '@/api/ecg/room'
+
declare global {
+ interface Window {
+ RoomApi: typeof RoomApi // 鎸傝浇 API 鍒� window
+ __RoomApi: typeof RoomApi
+ }
interface Fn<T = any> {
(...arg: T[]): T
}
--
Gitblit v1.9.3