From eb614290eec26a4e6d1f47e618caf2cd6b461aed Mon Sep 17 00:00:00 2001 From: 李红刚 <p-honggang.li@pcitc.com> Date: 星期四, 25 三月 2021 15:08:00 +0800 Subject: [PATCH] 1.修改缺少popup-gas airQuily.json文件导致报错问题 --- 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