feat: 新增堂食管理页面并对齐后端dine-in路由

This commit is contained in:
2026-02-16 15:29:52 +08:00
parent 8d1325edf0
commit 2aceb8b662
26 changed files with 3516 additions and 0 deletions

View File

@@ -46,6 +46,15 @@ const routes: RouteRecordRaw[] = [
title: '自提设置',
},
},
{
name: 'StoreDineIn',
path: '/store/dine-in',
component: () => import('#/views/store/dine-in/index.vue'),
meta: {
icon: 'lucide:utensils',
title: '堂食管理',
},
},
],
},
];