feat: 新增评价页面
This commit is contained in:
@@ -15,48 +15,48 @@ export const menus: MenuItem[] = [
|
||||
name: '首页',
|
||||
icon: RiHomeLine,
|
||||
color: '#525866',
|
||||
activeColor: 'text-[#2B7FFF]',
|
||||
activeColor: '#2B7FFF',
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '订单',
|
||||
icon: RiFileListLine,
|
||||
color: '#525866',
|
||||
activeColor: 'text-[#2B7FFF]',
|
||||
activeColor: '#2B7FFF',
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
name: '库存',
|
||||
icon: RiHotelLine,
|
||||
color: '#525866',
|
||||
activeColor: 'text-[#2B7FFF]',
|
||||
activeColor: '#2B7FFF',
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '评价',
|
||||
icon: RiChatQuoteLine,
|
||||
color: '#525866',
|
||||
activeColor: 'text-[#2B7FFF]',
|
||||
activeColor: '#2B7FFF',
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '数据看板',
|
||||
icon: RiBarChartBoxAiLine,
|
||||
color: '#525866',
|
||||
activeColor: 'text-[#2B7FFF]',
|
||||
activeColor: '#2B7FFF',
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
name: '更多',
|
||||
icon: RiMoreLine,
|
||||
color: '#525866',
|
||||
activeColor: 'text-[#2B7FFF]',
|
||||
activeColor: '#2B7FFF',
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
name: '设置',
|
||||
icon: RiSettingsLine,
|
||||
color: '#525866',
|
||||
activeColor: 'text-[#2B7FFF]',
|
||||
activeColor: '#2B7FFF',
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user