This commit is contained in:
李志鹏
2025-10-13 14:02:37 +08:00
parent 9b2332e86a
commit 59a47e0556
3 changed files with 6 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ const router = createRouter({
component: () => import('../views/Workshop/customize/index.vue'),
children: [
{
path: '/workshop/customize/home',
path: '/workshop/customize',
name: 'customizeHome',
component: () => import('../views/Workshop/customize/home.vue')
},