types/global.d.ts
@@ -15,6 +15,9 @@ }; lastBuildTime: string; }; const pdfjsLib: any interface Window { webkitCancelAnimationFrame: (handle: number) => void; mozCancelAnimationFrame: (handle: number) => void; @@ -112,7 +115,7 @@ VITE_COMPRESSION: ViteCompression; VITE_WEMAP_KEY:string; VITE_CLIENT_ORIGIN:string; VITE_AppType: 'one' | 'jx'; VITE_AppType: 'one' | 'tsg' | 'taoshangong'; } interface AppConfig { @@ -141,6 +144,7 @@ cityCode?: string; countyCode?: string; address?: string; addressName?: string; } interface CommonAnnexItem {