diff --git a/client/src/views/home/index.vue b/client/src/views/home/index.vue index 62a21dc..e9839bf 100644 --- a/client/src/views/home/index.vue +++ b/client/src/views/home/index.vue @@ -34,12 +34,12 @@ const checkinDays = computed(() => { }) const features = [ - { label: '月子餐', bg: '#fff0f4', color: '#f43f5e', icon: 'fire-o', path: '/meal' }, - { label: '护理记录', bg: '#fffbeb', color: '#f59e0b', icon: 'notes-o', path: '/care/records' }, - { label: '健康档案', bg: '#f0fdf4', color: '#10b981', icon: 'records-o', path: '/grow' }, - { label: '服务包', bg: '#eff6ff', color: '#3b82f6', icon: 'gift-o', path: '/service/orders' }, - { label: '我的月嫂', bg: '#f5f3ff', color: '#8b5cf6', icon: 'manager-o', path: '/nanny' }, - { label: '账户余额', bg: '#fff7ed', color: '#f97316', icon: 'balance-o', path: '/account' }, + { label: '月子餐', bg: '#fff0f4', icon: '🍲', path: '/meal' }, + { label: '护理记录', bg: '#fffbeb', icon: '📋', path: '/care/records' }, + { label: '健康档案', bg: '#f0fdf4', icon: '💊', path: '/grow' }, + { label: '服务包', bg: '#eff6ff', icon: '🛁', path: '/service/orders' }, + { label: '我的月嫂', bg: '#f5f3ff', icon: '👩', path: '/nanny' }, + { label: '账户余额', bg: '#fff7ed', icon: '💳', path: '/account' }, ] const today = new Date().toLocaleDateString('zh-CN', { year: 'numeric', month: 'long', day: 'numeric' }) @@ -95,7 +95,7 @@ const today = new Date().toLocaleDateString('zh-CN', { year: 'numeric', month: ' @click="router.push(f.path)" >