【新增】管理SKU页面

This commit is contained in:
yanran200830
2024-10-18 13:37:05 +08:00
parent 4d8b597abf
commit 90a3e60e76
5 changed files with 277 additions and 19 deletions

View File

@@ -312,6 +312,14 @@ const router = new VueRouter({
path: 'labelsPrint',
name: 'labelsPrint',
component: () => import('../view/lables/Print.vue')
},
{
path: 'skuManage',
name: 'skuManage',
component: () => import('../view/lables/SkuManage.vue'),
meta: {
activeMenu:'/labelsTemplate'
}
}
]
},