From a16f8ebf005d86f110cf676f6c331127699fab08 Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Thu, 9 Jul 2020 11:07:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=93=88=E5=B0=94=E6=BB=A8?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index_HYD.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/router/index_HYD.js b/src/router/index_HYD.js index 085a0a969..c56f1fc4d 100644 --- a/src/router/index_HYD.js +++ b/src/router/index_HYD.js @@ -50,6 +50,8 @@ const Trainingmanage = () => import('@/views/lesson/trainingmanage/index'); const LessonEdit = () => import('@/views/lesson/lessoncategory/index'); const LessonHome = () => import('@/views/lesson/home'); const LessonDetail = () => import('@/views/lesson/details'); +const BigScreen = () => import('@/views/designPlatform/bigScreen'); +const BigSplitScreen = () => import('@/views/designPlatform/bigSplitScreen'); const ScriptmanageHome = () => import('@/views/scriptManage/home'); const ScriptDisplay = () => import('@/views/scriptManage/display/index'); @@ -245,6 +247,16 @@ export const publicAsyncRoute = [ component: JointTrainingNew, hidden: true }, + { + path: '/displayBigScreen/:mapId', + component: BigScreen, + hidden: true + }, + { // 大屏切分 + path: '/bigSplitScreen/:mapId', + component: BigSplitScreen, + hidden: true + }, { path: '/jlmap3d', component: Jlmap3d, @@ -363,6 +375,11 @@ export const asyncRouter = [ component: MapPreviewNew, hidden: true }, + { + path: 'bigScreen/:mapId', + component: BigScreen, + hidden: true + }, { // ibp列表 path: 'ibp/home/:mapId', component: IbpHome,