diff --git a/hb_client/src/router/index.js b/hb_client/src/router/index.js index 4aa2481..7a25709 100644 --- a/hb_client/src/router/index.js +++ b/hb_client/src/router/index.js @@ -330,7 +330,7 @@ export const asyncRoutes = [ path: 'sales', name: 'sales', component: () => import('@/views/sam/sales'), - meta: { title: '销售信息', icon: 'saleInfo', perms: ['sam_sales'] } + meta: { title: '销售发货', icon: 'saleInfo', perms: ['sam_sales'] } } , { diff --git a/hb_client/src/views/dashboard/index.vue b/hb_client/src/views/dashboard/index.vue index b285ede..c65e735 100644 --- a/hb_client/src/views/dashboard/index.vue +++ b/hb_client/src/views/dashboard/index.vue @@ -2,7 +2,8 @@