qinxianzhangyao
2024-06-27 f68fa3bc5fc0a286c88d82ee6eb95e8ad6be0d16
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