From f8ce574233dc6a6839beacda40cf875e1476fda8 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 15 七月 2025 11:07:46 +0800
Subject: [PATCH] 前端

---
 server/services/src/main/java/com/doumee/core/utils/huaweiOBS/ObsUtil.java |    8 ++++----
 admin/src/components/business/OperaMemberDetailWindow.vue                  |    4 ++--
 admin/src/components/business/OperaIdentityDetailWindow.vue                |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/admin/src/components/business/OperaIdentityDetailWindow.vue b/admin/src/components/business/OperaIdentityDetailWindow.vue
index 5ef39a2..698e2be 100644
--- a/admin/src/components/business/OperaIdentityDetailWindow.vue
+++ b/admin/src/components/business/OperaIdentityDetailWindow.vue
@@ -11,8 +11,8 @@
       <div style="display: flex;background: #e4ecfe;padding: 20px">
         <div style="width: 60px;">
           <div class="home_title" v-if="info">
-            <el-image v-if="info.imgurlFull" style="width: 50px; height: 50px;border-radius: 50%;margin-right: 10px" :src="info.imgurlFull"
-                      :preview-src-list="[info.imgurlFull]">
+            <el-image v-if="info.fullCoverImage" style="width: 50px; height: 50px;border-radius: 50%;margin-right: 10px" :src="info.fullCoverImage"
+                      :preview-src-list="[info.fullCoverImage]">
             </el-image>
             <el-image v-else style="width: 50px; height: 50px;border-radius: 50%;margin-right: 10px" src="avatar/man.png" >
             </el-image>
diff --git a/admin/src/components/business/OperaMemberDetailWindow.vue b/admin/src/components/business/OperaMemberDetailWindow.vue
index aa11ebd..33d525e 100644
--- a/admin/src/components/business/OperaMemberDetailWindow.vue
+++ b/admin/src/components/business/OperaMemberDetailWindow.vue
@@ -11,8 +11,8 @@
       <div style="display: flex;background: #e4ecfe;padding: 20px">
         <div style="width: 60px;">
           <div class="home_title" v-if="info">
-            <el-image v-if="info.imgurlFull" style="width: 50px; height: 50px;border-radius: 50%;margin-right: 10px" :src="info.imgurlFull"
-                      :preview-src-list="[info.imgurlFull]">
+            <el-image v-if="info.fullCoverImage" style="width: 50px; height: 50px;border-radius: 50%;margin-right: 10px" :src="info.fullCoverImage"
+                      :preview-src-list="[info.fullCoverImage]">
             </el-image>
             <el-image v-else style="width: 50px; height: 50px;border-radius: 50%;margin-right: 10px" src="avatar/man.png" >
             </el-image>
diff --git a/server/services/src/main/java/com/doumee/core/utils/huaweiOBS/ObsUtil.java b/server/services/src/main/java/com/doumee/core/utils/huaweiOBS/ObsUtil.java
index c428928..369f029 100644
--- a/server/services/src/main/java/com/doumee/core/utils/huaweiOBS/ObsUtil.java
+++ b/server/services/src/main/java/com/doumee/core/utils/huaweiOBS/ObsUtil.java
@@ -119,10 +119,10 @@
 
     public static void main(String[] args) {
         ObsUtil blobUtil = new ObsUtil("HPUAQVBRXX9A9TLZ3RTA","uHC2uoFh42Z2xgQmCBBtG8rNZ4Caf85qQ2DQqZZf","obs.cn-south-1.myhuaweicloud.com");
-        blobUtil.uploadLocalFile(new File("D://static/1.png"),"jinkuai","identity/1.png");
-        blobUtil.uploadLocalFile(new File("D://static/2.png"),"jinkuai","identity/2.png");
-        blobUtil.uploadLocalFile(new File("D://static/3.png"),"jinkuai","identity/3.png");
-        blobUtil.uploadLocalFile(new File("D://static/4.png"),"jinkuai","identity/4.png");
+        blobUtil.uploadLocalFile(new File("D://static/1.png"),"jinkuai","member/1.png");
+//        blobUtil.uploadLocalFile(new File("D://static/2.png"),"jinkuai","identity/2.png");
+//        blobUtil.uploadLocalFile(new File("D://static/3.png"),"jinkuai","identity/3.png");
+//        blobUtil.uploadLocalFile(new File("D://static/4.png"),"jinkuai","identity/4.png");
     }
     public static  Integer uploadNetFile(ObsClient obsClient,String bucketName,String url, String objectKey) throws IOException {
         InputStream is = new URL(url).openStream();

--
Gitblit v1.9.3