fuliqi
2024-07-10 64902cc758c99e31e274e7ebb36b9502908a24ea
src/router.js
@@ -313,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,