qinxianzhangyao
2024-04-25 74a7a2bbef241a023110ff24c8e7c84025e267f5
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