From aec00ecc093be803860c8675cbe1c4c776a7cb4e Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Tue, 19 Mar 2024 17:49:21 +0800
Subject: [PATCH] update: 新建航线、事件编辑、kmz文件问题修改

---
 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