This commit is contained in:
Teo
2025-09-12 20:05:55 +08:00
113 changed files with 5900 additions and 400 deletions

View File

@ -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: ''
}
});