演示功能

This commit is contained in:
李志鹏
2025-11-17 17:33:32 +08:00
parent f7922558ec
commit 4598bce188
10 changed files with 196 additions and 26 deletions

View File

@@ -131,6 +131,13 @@ const router = createRouter({
component: () => import('../views/Workshop/product.vue'),
meta: { verify: ()=> VerifyIDs(4) }
},
{
// 推荐try on
path: '/workshop/recommended',
name: 'recommended',
component: () => import('../views/Workshop/recommended.vue'),
meta: { verify: ()=> VerifyIDs(5) }
},
{
// 上传照片1
path: '/workshop/uploadFace',