From 05569927171387146f0f67fcc5798be8b067cf0b Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期五, 21 四月 2023 12:54:53 +0800
Subject: [PATCH] 登录时密码加密

---
 src/views/operate/images/updateUser/index.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/views/operate/images/updateUser/index.vue b/src/views/operate/images/updateUser/index.vue
index a72651b..1de2e65 100644
--- a/src/views/operate/images/updateUser/index.vue
+++ b/src/views/operate/images/updateUser/index.vue
@@ -24,7 +24,7 @@
               v-model="getCategory(imagedata.category).label"
             ></el-input>
           </el-form-item>
-          
+
           <el-form-item prop="regionName" label="绀惧尯鍚嶇О">
             <el-input v-model="imagedata.regionName"></el-input>
           </el-form-item>
@@ -41,7 +41,7 @@
               />
             </el-select>
           </el-form-item> -->
-          <el-form-item prop="url" label="鍥剧墖:" min-width="8"> 
+          <el-form-item prop="url" label="鍥剧墖:" min-width="8">
             <my-upload
               :picture-list="imageList"
               :is-show-upload="dialogType !== 'view'"
@@ -54,8 +54,7 @@
               type="primary"
               class="btn submit"
               @click.native.prevent="onSubmit"
-              >鎻愪氦</el-button
-            >
+              >鎻愪氦</el-button>
           </div>
         </el-form>
       </div>
@@ -164,7 +163,7 @@
       });
     },
     setPictureUrl({ url }) {
-      this.imageList.push(`${FILE_ORIGINAL_URL}${url}`);
+      this.imageList.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${url}`);
       this.imagedata.url = this.imageList.join(",");
     },
     delPictureUrl({ url }) {
@@ -346,4 +345,4 @@
 .el-select {
   width: 280px !important;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0