From f70e132f88dc93fc7b590aad56eb1f409dfd64d5 Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期四, 04 三月 2021 09:50:25 +0800 Subject: [PATCH] 修改管网先over样式 --- 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