From 764cb58899b8ca0e9632a5e83c6950569442c41c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 02 Nov 2022 14:28:12 +0800
Subject: [PATCH] 图片更改

---
 src/main.js |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/src/main.js b/src/main.js
index fb0138d..2362c76 100644
--- a/src/main.js
+++ b/src/main.js
@@ -5,9 +5,11 @@
 import router from './router/router'
 import './permission' // 权限
 import './error' // 日志
-import './cache'//页面缓存
+import './cache' //页面缓存
 import store from './store'
-import { loadStyle } from './util/util'
+import {
+    loadStyle
+} from './util/util'
 import * as urls from '@/config/env'
 import Element from 'element-ui'
 import {
@@ -54,6 +56,16 @@
 
 Vue.config.productionTip = false
 
+//加载全局组件选地图定位点,每个页面都要使用
+import chousePoint from './components/mapOncePoint/chousePoint'
+Vue.component("chousePoint", chousePoint)
+
+import xymap from './components/xymap/map'
+Vue.component("xymap", xymap)
+
+import setxy from './components/xymap/setxy'
+Vue.component("setxy", setxy)
+
 new Vue({
     router,
     store,

--
Gitblit v1.9.3