xiangpei
2024-07-11 c48a5202dfa4584e85497e7ace36b158df190bef
src/router.js
@@ -148,6 +148,13 @@
        hidden: true
      },
      {
        path: 'paper/import',
        component: () => import('@/views/exam/paper/import'),
        name: 'ExamPaperImport',
        meta: { title: '试卷导入', noCache: true, activeMenu: '/exam/paper/list' },
        hidden: true
      },
      {
        path: 'question/list',
        component: () => import('@/views/exam/question/list'),
        name: 'ExamQuestionPageList',
@@ -306,6 +313,23 @@
      }
    ]
  },
  {
    path: '/config',
    component: Layout,
    children: [
      {
        path: '/setting',
        name: 'SysSetting',
        meta: {
          title: '系统配置',
          icon: 'answer',
          affix: true
        },
        component: () => import('@/views/sys/SysSetting')
      },
    ]
  },
  // {
  //   path: '/message',
  //   component: Layout,