diff --git a/pages/index/index.vue b/pages/index/index.vue index 75bfd96..a5783fe 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -164,6 +164,11 @@ icon: '/static/indexImg/icon-line-up.svg', pageUrl: 'PAGES_LINE_UP' }, + { + title: '霸王餐', + icon: '/static/indexImg/icon-bwc.svg', + pageUrl: 'PAGES_BWC' + }, // { // title: '成员管理', // icon: '/static/indexImg/icon-staff.svg', diff --git a/static/indexImg/icon-bwc.svg b/static/indexImg/icon-bwc.svg new file mode 100644 index 0000000..18375a5 --- /dev/null +++ b/static/indexImg/icon-bwc.svg @@ -0,0 +1 @@ + \ No newline at end of file