mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:09:27 +08:00
上传图片组件优化
This commit is contained in:
@@ -15,13 +15,6 @@ import { CloseOutlined } from "@ant-design/icons";
|
||||
import { UploadImageSub } from "../../../compenents/upload-image-button/upload-image-sub";
|
||||
import { TreeCategory } from "../../../compenents";
|
||||
|
||||
interface CategoryItem {
|
||||
id: number;
|
||||
type: string;
|
||||
name: string;
|
||||
sort: number;
|
||||
}
|
||||
|
||||
interface ImageItem {
|
||||
id: number;
|
||||
category_id: number;
|
||||
|
||||
Reference in New Issue
Block a user