From b80ee8c883f279e843071e6b53ab9cddec3f88a0 Mon Sep 17 00:00:00 2001
From: 胡思旗 <931347610@qq.com>
Date: Tue, 29 Aug 2023 15:07:13 +0800
Subject: [PATCH] 登录流程对接、项目列表组件封装

---
 src/root.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/root.ts b/src/root.ts
index a3bba92..db3944f 100644
--- a/src/root.ts
+++ b/src/root.ts
@@ -1,8 +1,8 @@
 import { createApp, ComponentCustomProperties, App as VueApp } from 'vue'
 declare module '@vue/runtime-core' {
   interface ComponentCustomProperties {
-    $aMap: any
-    $aMapObj: any
+    $aMap: any // Map类
+    $map: any // 地图对象
     $mouseTool: any
   }
 }

--
Gitblit v1.9.3