af-mobile-client-vue3 1.4.73 → 1.4.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/App.vue
CHANGED
|
@@ -195,6 +195,8 @@ function getImageMimeType(fileName: string): string {
|
|
|
195
195
|
}
|
|
196
196
|
|
|
197
197
|
function handlePhotoUpload(photoData: any) {
|
|
198
|
+
// 看看图片是否正常
|
|
199
|
+
console.log('图片上传前的参数:', photoData)
|
|
198
200
|
// 添加临时预览
|
|
199
201
|
const mimeType = getImageMimeType(photoData.filePath)
|
|
200
202
|
const tempFile = {
|