- 将菜单中的"图标发布"修改为"首页图标管理",更准确反映功能用途 - 将页面标题"图标发布管理"修改为"首页图标管理",保持命名一致性
@@ -120,7 +120,7 @@ export const useMenu = () => {
},
{
key: 'home-icons',
- label: '图标发布',
+ label: '首页图标管理',
icon: <PictureOutlined />,
path: '/admin/home-icons',
permission: 'home-icon:manage'
@@ -260,7 +260,7 @@ const HomeIconsPage: React.FC = () => {
return (
<div style={{ padding: 24 }}>
<div style={{ marginBottom: 16, display: 'flex', justifyContent: 'space-between', alignItems: 'center' }}>
- <h2>图标发布管理</h2>
+ <h2>首页图标管理</h2>
<Button type="primary" icon={<PlusOutlined />} onClick={handleAdd}>
添加{activeTab === 'banner' ? '轮播图' : '分类图标'}
</Button>