|
@@ -2,7 +2,7 @@ import { BoardType } from "@/store/caseFile";
|
|
|
|
|
|
export const FileDrawType = 1;
|
|
|
export const DrawFormats = [".pdf", ".doc", ".docx"];
|
|
|
-export const OtherFormats = [".jpg", ".png"];
|
|
|
+export const OtherFormats = DrawFormats;
|
|
|
|
|
|
export const BoardTypeDesc = {
|
|
|
[BoardType.scene]: "现场图",
|