无人机管理后台前端(已迁走)
chenyao
2025-07-14 4bb904fc27caf0576ed7dbf46d5909a7b1f778c0
src/router/views/index.js
@@ -141,4 +141,20 @@
      },
    ],
  },
  {
    path: '/helpCenter',
    component: Layout,
    redirect: '/system/helpCenter',
    children: [
      {
        path: 'system',
        name: '帮助中心',
        meta: {
          i18n: 'info',
        },
        component: () => import(/* webpackChunkName: "views" */ '@/views/system/helpCenter.vue'),
      },
    ],
  },
];