feat: 完成营业时间模块拆分并补充页面注释规范

This commit is contained in:
2026-02-16 09:59:44 +08:00
parent 4be997df63
commit 14857549ba
31 changed files with 3726 additions and 1 deletions

View File

@@ -19,6 +19,15 @@ const routes: RouteRecordRaw[] = [
title: '门店列表',
},
},
{
name: 'StoreHours',
path: '/store/hours',
component: () => import('#/views/store/hours/index.vue'),
meta: {
icon: 'lucide:clock',
title: '营业时间',
},
},
],
},
];