瀏覽代碼

自查,优化

刘洋 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;
-  }
-}