From 00212ed8e808fc7b76c04389224e65f27f074fb2 Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期五, 26 四月 2024 15:30:04 +0800 Subject: [PATCH] su --- 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