This commit is contained in:
X1627315083
2025-10-09 16:06:04 +08:00
11 changed files with 457 additions and 12 deletions

View File

@@ -34,7 +34,16 @@ const router = createRouter({
component: () => import('../views/Workshop/selectModelContinue.vue'),
},
{
path: '/workshop/uploadFace',
name: 'uploadFace',
component: () => import('../views/Workshop/uploadFace/index.vue'),
},
{
path: '/workshop/customize',
name: 'customize',
component: () => import('../views/Workshop/customize/index.vue'),
},
]
},
]