This commit is contained in:
liushiwei
2024-05-25 10:12:50 +08:00
parent 10c5bce468
commit 9253427bcc
5 changed files with 525 additions and 3 deletions

View File

@@ -85,6 +85,11 @@ const router = new VueRouter({
name: 'copyProduct',
component: () => import('../view/product/CopyProduct.vue')
},
{
path: 'draft',
name: 'draft',
component: () => import('../view/product/Draft.vue')
},
{
path: 'copyProductShein',
name: 'copyProductShein',