Compare commits
No commits in common. "486fe389856d6cc6afbdc66a43334ec4c44decff" and "ef1d0cd01d9e6bb5e3c99ce08adc998278f75832" have entirely different histories.
486fe38985
...
ef1d0cd01d
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "zy-react-library",
|
||||
"private": false,
|
||||
"version": "1.1.52",
|
||||
"version": "1.1.51",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"author": "LiuJiaNan",
|
||||
|
|
|
|||
|
|
@ -93,7 +93,6 @@ 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 - 消防点检检查合格
|
||||
};
|
||||
|
||||
|
|
@ -192,6 +191,5 @@ 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,7 +96,6 @@ 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 - 消防点检检查合格
|
||||
};
|
||||
|
||||
|
|
@ -195,6 +194,5 @@ 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