This commit is contained in:
X1627315083
2025-11-14 17:36:36 +08:00
parent 6a894c4f3d
commit 5cb7790afd

View File

@@ -623,6 +623,11 @@ export default defineComponent({
}
}
let isSelectObject = false
watch(() => route.query,
(query:any, oldQuery:any) => {
isSelectObject = false
},
);
let beforeUpload = async (file: any) => {
const isJpgOrPng =
file.type === 'image/jpeg' ||