上传图片组件优化

This commit is contained in:
禺狨
2023-03-09 09:57:03 +08:00
parent 98a20a5c0b
commit 753568fdfc
3 changed files with 30 additions and 100 deletions

View File

@@ -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;