From 74a7a2bbef241a023110ff24c8e7c84025e267f5 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期四, 25 四月 2024 10:09:38 +0800 Subject: [PATCH] qxtj --- src/router/index.js | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 81e795c..1aa1504 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -142,6 +142,31 @@ ] }, { + path: '/editor', + component: Layout, + hidden: true, + // redirect: 'noredirect', + children: [ + { + path: 'moban', + meta: { title: '闂嵎缂栬緫',requireLogin: true }, + name: 'editor', + component: () => import('@/views/hosp/surveyTemplate/editor/index') + }, + // { + // path: 'publish', + // meta: { title: '闂嵎鍙戝竷',requireLogin: true }, + // name: 'publish', + // component: () => import('@/views/web/questionnaire/publish/index') + // }, + { + path: 'ProjectForm', + meta: { requireLogin: false }, + component: () => import('@/views/hosp/surveyTemplate/editor/preview/ProjectForm.vue') + }, + ] + }, + { path: '/login', component: () => import('@/views/login'), hidden: true -- Gitblit v1.8.0