“111 --no-verify

git commit -m “111
This commit is contained in:
李志鹏
2025-10-09 15:43:43 +08:00
parent 85e374d6f7
commit 04c588f6d7
10 changed files with 447 additions and 3 deletions

View File

@@ -23,8 +23,16 @@ const router = createRouter({
name: 'SelectStyle',
component: () => import('../views/Workshop/selectStyle.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'),
},
]
},
]