style生成接入接口

This commit is contained in:
X1627315083
2025-10-24 11:48:15 +08:00
parent 81b7882f81
commit 6ad265f936
8 changed files with 92 additions and 48 deletions

View File

@@ -82,7 +82,7 @@ const router = createRouter({
{
path: '/workshop/selectStyle',
name: 'SelectStyle',
component: () => import('../views/Workshop/selectStyle.vue')
component: () => import('../views/Workshop/selectStyle.vue'),
},
{
path: '/workshop/selectModel',