feat: 完成营业时间模块拆分并补充页面注释规范
This commit is contained in:
@@ -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: '营业时间',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user