From 8288a11ac7af4d4fb40d3d3b038b772ee154f616 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期一, 22 七月 2024 18:20:19 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary

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

diff --git a/src/main.js b/src/main.js
index ceccae7..f211448 100644
--- a/src/main.js
+++ b/src/main.js
@@ -6,7 +6,12 @@
 // 寮曞叆elementUI寮�鍙�
 import ElementUI from 'element-ui';
 import 'element-ui/lib/theme-chalk/index.css';	
+import 'leaflet/dist/leaflet.css'
+import icon from "leaflet/dist/images/marker-icon.png" // 寮曞叆leaflet榛樿鍥炬爣
+import iconShadow from "leaflet/dist/images/marker-shadow.png" // 寮曞叆leaflet榛樿鍥炬爣
 
+Vue.prototype.icoName = icon
+Vue.prototype.iconShadowName = iconShadow
 Vue.use(ElementUI);
 App.mpType = 'app'
 

--
Gitblit v1.9.1