无人机管理后台前端(已迁走)
张含笑
2025-09-02 e5fc8c8a5fe96ac02a0e3e40e8577a0a44334321
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'),
      },
    ],
  },
];