This commit is contained in:
yanran200730
2023-08-08 20:53:48 +08:00
parent e2e0543e0b
commit bf25e883a0
3 changed files with 189 additions and 2 deletions

View File

@@ -30,6 +30,11 @@ const router = new VueRouter({
name: 'NormalSendGoods',
component: () => import('../view/NormalSendGoods.vue')
},
{
path: 'message',
name: 'message',
component: () => import('../view/Message.vue')
},
{
path: 'copyProduct',
name: 'copyProduct',