From 1e9ac72960a7b6b570fc4a5432f5c885d35bca1a Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Fri, 29 Nov 2019 13:37:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 561bf1d29..99ce006c7 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -410,6 +410,11 @@ export const asyncRouter = [ path: 'map/draw/:mapId/:view', component: Mapedit, hidden: true + }, + { // 运行图设计 + path: 'runPlan/detail/:mapId', + component: PlanMonitorDetail, + hidden: true } ] } @@ -892,11 +897,6 @@ export const asyncRouter = [ path: 'map/draw/:mapId/:view', component: NewMapDraft, hidden: true - }, - { // 运行图设计 - path: 'runPlan/detail/:mapId', - component: PlanMonitorDetail, - hidden: true } ] }