Przeglądaj źródła

自查,优化

刘洋 1 rok temu
rodzic
commit
62e5db1854
1 zmienionych plików z 0 dodań i 27 usunięć
  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;
-  }
-}