演示功能
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user