合并
This commit is contained in:
@ -46,6 +46,7 @@ import { OssVO } from '@/api/system/oss/types';
|
||||
import { propTypes } from '@/utils/propTypes';
|
||||
import { globalHeaders } from '@/utils/request';
|
||||
import { compressAccurately } from 'image-conversion';
|
||||
import { bool } from 'vue-types';
|
||||
|
||||
const props = defineProps({
|
||||
modelValue: {
|
||||
@ -81,7 +82,7 @@ const props = defineProps({
|
||||
compressTargetSize: propTypes.number.def(300),
|
||||
idCardType: {
|
||||
type: String,
|
||||
default: false
|
||||
default: ''
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user