feat: 新增堂食管理页面并对齐后端dine-in路由
This commit is contained in:
@@ -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: '堂食管理',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user