diff --git a/src/router/index.js b/src/router/index.js index 8cfa342..3737a2a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -25,6 +25,11 @@ const router = new VueRouter({ name: 'changePwd', component: () => import('../view/login/ChangePwd') }, + { + path: 'waitCreate', + name: 'waitCreate', + component: () => import('../view/shipping/WaitCreate.vue') + }, { path: 'normalSendGoods', name: 'NormalSendGoods', @@ -131,6 +136,11 @@ const router = new VueRouter({ name: 'info', component: () => import('../view/Info.vue') }, + { + path: 'priceFollow', + name: 'priceFollow', + component: () => import('../view/PriceFollow.vue') + }, { path: 'message', name: 'message', diff --git a/src/view/Home.vue b/src/view/Home.vue index d32f85a..937dada 100644 --- a/src/view/Home.vue +++ b/src/view/Home.vue @@ -53,6 +53,7 @@ 备货单管理 + 创建备货单 抢仓发货 发货台管理 待装箱发货单 @@ -128,6 +129,10 @@ 弹窗消息 + + + 调价管理 + 新手园地 diff --git a/src/view/Info.vue b/src/view/Info.vue index 7885087..f8ad14a 100644 --- a/src/view/Info.vue +++ b/src/view/Info.vue @@ -13,16 +13,6 @@ :isShowPagination="false" style="margin-top: 8px;" @getList="getList"> - - -