隐藏预约中心
This commit is contained in:
@@ -12,13 +12,13 @@ interface SidebarProps {
|
|||||||
|
|
||||||
const IconHome = () => <span className='text-xs'>🏠</span>;
|
const IconHome = () => <span className='text-xs'>🏠</span>;
|
||||||
const IconHospital = () => <span className='text-xs'>🏥</span>;
|
const IconHospital = () => <span className='text-xs'>🏥</span>;
|
||||||
const IconCalendar = () => <span className='text-xs'>📅</span>;
|
// const IconCalendar = () => <span className='text-xs'>📅</span>;
|
||||||
const IconSupport = () => <span className='text-xs'>💬</span>;
|
const IconSupport = () => <span className='text-xs'>💬</span>;
|
||||||
|
|
||||||
const NAV_ITEMS = [
|
const NAV_ITEMS = [
|
||||||
{ key: 'home', icon: IconHome, label: '首页' },
|
{ key: 'home', icon: IconHome, label: '首页' },
|
||||||
{ key: 'exam', icon: IconHospital, label: '体检中心' },
|
{ key: 'exam', icon: IconHospital, label: '体检中心' },
|
||||||
{ key: 'booking', icon: IconCalendar, label: '预约中心' },
|
// { key: 'booking', icon: IconCalendar, label: '预约中心' },
|
||||||
{ key: 'support', icon: IconSupport, label: '客服咨询' },
|
{ key: 'support', icon: IconSupport, label: '客服咨询' },
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user