From 466571867b56a2ab20bdfb6352404ff890f30167 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Mon, 23 May 2022 08:46:28 +0800
Subject: [PATCH] 地块管理

---
 src/main.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main.js b/src/main.js
index 204273e..b51be97 100644
--- a/src/main.js
+++ b/src/main.js
@@ -52,6 +52,9 @@
 Vue.component('avueUeditor', avueUeditor);
 Vue.component('flowDesign', flowDesign);
 Vue.component('tenantPackage', tenantPackage);
+//加载全局组件选地图定位点,每个页面都要使用
+import chousePoint from './components/mapOncePoint/chousePoint'
+Vue.component("chousePoint", chousePoint);
 // 加载相关url地址
 Object.keys(urls).forEach(key => {
     Vue.prototype[key] = urls[key];
@@ -72,4 +75,4 @@
     store,
     i18n,
     render: h => h(App)
-}).$mount('#app');
\ No newline at end of file
+}).$mount('#app');

--
Gitblit v1.9.3