邓洁 : 完善细节

This commit is contained in:
dengj
2023-12-11 17:32:37 +08:00
parent 407898dcc4
commit 2f8cb49ac4
7 changed files with 37 additions and 6 deletions

View File

@@ -31,6 +31,15 @@ const routes = [
title: 'debug',
breadcrumb: true
}
},
{
path: '/site',
name: 'site',
component: () => import('@/views/site/index.vue'),
meta: {
title: 'site',
breadcrumb: true
}
}
];