소스 검색

自查,优化

刘洋 1 년 전
부모
커밋
62e5db1854
1개의 변경된 파일0개의 추가작업 그리고 27개의 파일을 삭제
  1. 0 27
      src/typings/index.d.ts

+ 0 - 27
src/typings/index.d.ts

@@ -1,27 +0,0 @@
-export {};
-
-// -- 全局组件属性定义
-import { FiltersProps } from "@/filters";
-declare module "@vue/runtime-core" {
-  interface ComponentCustomProperties {
-    $filters: FiltersProps;
-  }
-}
-
-declare global {
-  // 👉 定义全局属性
-  interface Window {
-    /** 百度统计 */
-    _hmt: any;
-    /** 微信S*/
-    wx: any;
-    /** 百度地图 */
-    AMap: any;
-    /** 腾讯地图 */
-    qq: any;
-    /** 支付宝 */
-    AlipayJSBridge: any;
-    /** iOS回调地址 */
-    CONFIG_URL_FOR_IOS: string;
-  }
-}