From 76f9db3eb64321278a3f6a9d6182818303a9ed40 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Fri, 27 Nov 2020 09:55:33 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=95=99=E8=A8=80=E6=9D=BF=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=87=B3=E6=96=B0=E6=A0=87=E7=AD=BE=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit a509af1e096bddf13d80cd12f63c67b2de2cafc5) --- src/router/index_Common.js | 6 ++ .../index.vue} | 66 +++++++++++-------- src/views/newMap/displayNew/demonMenu.vue | 15 +++-- 3 files changed, 53 insertions(+), 34 deletions(-) rename src/views/{newMap/displayNew/demon/messageBoard.vue => messageBoard/index.vue} (93%) diff --git a/src/router/index_Common.js b/src/router/index_Common.js index 1dbdb7412..84464aed4 100644 --- a/src/router/index_Common.js +++ b/src/router/index_Common.js @@ -133,6 +133,7 @@ const CompanyManage = () => import('@/views/system/companyManage/index'); const QuestionsRuleManage = () => import('@/views/system/questionsRuleManage/index'); const PreTheoryImport = () => import('@/views/competitionManage/bankList/preImport'); const PlanScheduleWicket = () => import('@/views/newMap/displayNew/demon/planSchedule'); +const MessageBoard = () => import('@/views/messageBoard/index'); // import { GenerateRouteProjectList } from '@/scripts/ProjectConfig'; // import { getSessionStorage } from '@/utils/auth'; @@ -404,6 +405,11 @@ export const publicAsyncRoute = [ path: '/practiceDisplay', component: PracticeDisplay, hidden: true + }, + { + path: '/messageBoard', + component: MessageBoard, + hidden: true } ]; // 城市轨道项目 diff --git a/src/views/newMap/displayNew/demon/messageBoard.vue b/src/views/messageBoard/index.vue similarity index 93% rename from src/views/newMap/displayNew/demon/messageBoard.vue rename to src/views/messageBoard/index.vue index 94e8d8ae8..df40da957 100644 --- a/src/views/newMap/displayNew/demon/messageBoard.vue +++ b/src/views/messageBoard/index.vue @@ -1,13 +1,15 @@