Compare commits
2 Commits
ef1d0cd01d
...
486fe38985
| Author | SHA1 | Date |
|---|---|---|
|
|
486fe38985 | |
|
|
14e13ec67d |
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "zy-react-library",
|
||||
"private": false,
|
||||
"version": "1.1.51",
|
||||
"version": "1.1.52",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"author": "LiuJiaNan",
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ export declare const UPLOAD_FILE_TYPE_ENUM: {
|
|||
164: 164; // cover_of_education_and_training_courses - 课程封面
|
||||
165: 165; // online_learning_sign_signature - 在线学习签到签字
|
||||
166: 166; // online_learning_exam_signature - 在线学习考试签字
|
||||
167: 167; // course_work_question_content - 课题工作题内容
|
||||
302: 302; // fire_safety_inspection_passed_images - 消防点检检查合格
|
||||
};
|
||||
|
||||
|
|
@ -191,5 +192,6 @@ export declare const UPLOAD_FILE_PATH_ENUM: {
|
|||
164: "cover_of_education_and_training_courses";
|
||||
165: "online_learning_sign_signature";
|
||||
166: "online_learning_exam_signature";
|
||||
167: "course_work_question_content";
|
||||
302: "fire_safety_inspection_passed_images";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -96,6 +96,7 @@ export const UPLOAD_FILE_TYPE_ENUM = {
|
|||
164: 164, // cover_of_education_and_training_courses - 课程封面
|
||||
165: 165, // online_learning_sign_signature - 在线学习签到签字
|
||||
166: 166, // online_learning_exam_signature - 在线学习考试签字
|
||||
167: 167, // course_work_question_content - 课题工作题内容
|
||||
302: 302, // fire_safety_inspection_passed_images - 消防点检检查合格
|
||||
};
|
||||
|
||||
|
|
@ -194,5 +195,6 @@ export const UPLOAD_FILE_PATH_ENUM = {
|
|||
164: "cover_of_education_and_training_courses",
|
||||
165: "online_learning_sign_signature",
|
||||
166: "online_learning_exam_signature",
|
||||
167: "course_work_question_content",
|
||||
302: "fire_safety_inspection_passed_images",
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue