su
su1124
2024-04-26 00212ed8e808fc7b76c04389224e65f27f074fb2
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