af-mobile-client-vue3 1.2.44 → 1.2.45

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.2.44",
4
+ "version": "1.2.45",
5
5
  "packageManager": "pnpm@10.12.3",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -1,4 +1,5 @@
1
1
  <script setup lang="ts">
2
+ import cameraIcon from '@af-mobile-client-vue3/assets/img/component/camera.png'
2
3
  import { deleteFile } from '@af-mobile-client-vue3/services/api/common'
3
4
  import { mobileUtil } from '@af-mobile-client-vue3/utils/mobileUtil'
4
5
  import {
@@ -170,7 +171,7 @@ function handleActionSelect(option: any) {
170
171
  class="custom-upload-area"
171
172
  @click="handleUploadAreaClick"
172
173
  >
173
- <img src="/src/assets/img/component/camera.png" alt="camera" class="upload-camera-img">
174
+ <img :src="cameraIcon" alt="camera" class="upload-camera-img">
174
175
  <div class="upload-title">
175
176
  上传附件
176
177
  </div>