fix: route path

This commit is contained in:
zclzone 2022-11-12 19:09:24 +08:00
parent c3192423c6
commit 649fe1d4e8

View File

@ -13,7 +13,7 @@ export default {
children: [
{
name: 'BaseComponents',
path: 'idnex',
path: 'index',
component: () => import('./index.vue'),
meta: {
title: '基础组件',