diff --git a/src/router/index.js b/src/router/index.js index c397b16..a2a0605 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', @@ -145,6 +150,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 9c318e4..2a7153d 100644 --- a/src/view/Home.vue +++ b/src/view/Home.vue @@ -53,6 +53,7 @@ 备货单管理 + 创建备货单 抢仓发货 发货台管理 待装箱发货单 @@ -132,6 +133,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"> - - -