From 4ece8617fff2d9e250fb9178b3efc14db6c8fc81 Mon Sep 17 00:00:00 2001
From: YANGDL <114714267@qq.com>
Date: 星期一, 25 一月 2021 14:42:57 +0800
Subject: [PATCH] 删除mapbox插接件和功能

---
 src/router/map.js |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/router/map.js b/src/router/map.js
index 323d3a3..9372783 100644
--- a/src/router/map.js
+++ b/src/router/map.js
@@ -9,10 +9,8 @@
  * }
  */
 const MapTemplate = (r) => require.ensure([], () => r(require('../views/MapTemplate')), 'frame')
-const MapBoxHome = r => require.ensure([], () => r(require('../views/mapbox/MapBoxHome')), 'frame')
 const routes = [
-  { path: '/mapTemplate', name: 'MapTemplate', meta: { statusBgc: 0 }, component: MapTemplate },
-  { path: '/mapboxHome', name: 'MapBoxHome', meta: { statusBgc: 0 }, component: MapBoxHome }
+  { path: '/mapTemplate', name: 'MapTemplate', meta: { statusBgc: 0 }, component: MapTemplate }
 ]
 
 // 鎵�鏈変笂闈㈠畾涔夌殑璺敱閮借鍐欏湪涓嬮潰鐨剅outes閲�

--
Gitblit v1.8.0