From 6586db1ec90fd6fbf0e4c7795137379b80ee31c1 Mon Sep 17 00:00:00 2001
From: futian.liu <liufutianyoo@163.com>
Date: 星期一, 11 十二月 2023 10:59:54 +0800
Subject: [PATCH] 1.修改批量更新 2.盘点人查询问题

---
 admin-web/src/components/upload/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/admin-web/src/components/upload/index.vue b/admin-web/src/components/upload/index.vue
index cc70d3a..d3ef5d8 100644
--- a/admin-web/src/components/upload/index.vue
+++ b/admin-web/src/components/upload/index.vue
@@ -44,7 +44,7 @@
         <img
           v-if="checkImg(src.name)"
           class="v-img"
-          :src="src.url"
+          :src="getUrl(src.path)"
           :alt="src.name"
           style="width: 100px;height: 100px;"
         >
@@ -54,9 +54,9 @@
 </template>
 
 <script>
-import { getToken } from '@/utils/auth'
-import { sessionToken } from '@/settings'
-import { getDownUrl } from '@/utils/base'
+import {getToken} from '@/utils/auth'
+import {sessionToken} from '@/settings'
+import {getDownUrl} from '@/utils/base'
 import Viewer from 'viewerjs'
 import 'viewerjs/dist/viewer.css'
 

--
Gitblit v1.9.1