Skip to content

Commit

Permalink
fix: 修复项目配置Logo展示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jianbing.chen committed Aug 9, 2024
1 parent 374b95d commit b0fc0e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/editor/src/pages/admin/config/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ const Config: React.FC = memo(() => {
</Form.Item>
<Form.Item label="LOGO" name="logo" rules={[{ required: true, message: '请上传项目Logo' }]}>
{type === 'detail' ? <ImageFC /> : <UploadImages />}
<ImageFC />
</Form.Item>
<h3>系统配置</h3>
<Form.Item label="系统布局" name="layout">
Expand Down

0 comments on commit b0fc0e7

Please sign in to comment.