diff --git a/pages/index/index.vue b/pages/index/index.vue index 563c10e..760b2e7 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -77,6 +77,11 @@ icon: '/static/indexImg/icon-substitute-ordering.svg', pageUrl: 'PAGES_CREATE_ORDER', }, + { + title: '订单管理', + icon: '/static/indexImg/icon-order.svg', + pageUrl: 'PAGES_ORDER_INDEX', + }, { title: '打印机', icon: '/static/indexImg/icon-printer.svg',