From 5a1cbbd198bc9c0a6a8af83985c75e96ae25ab9c Mon Sep 17 00:00:00 2001
From: liuchengxin <13104445455@126.com>
Date: 星期四, 27 一月 2022 11:28:36 +0800
Subject: [PATCH] 问题修改

---
 src/views/system/user/profile/userAvatar.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/system/user/profile/userAvatar.vue b/src/views/system/user/profile/userAvatar.vue
index b72b25f..da519cd 100644
--- a/src/views/system/user/profile/userAvatar.vue
+++ b/src/views/system/user/profile/userAvatar.vue
@@ -1,7 +1,7 @@
 <template>
   <div>
     <div class="user-info-head" :close-on-click-modal="false" @click="editCropper()"><img v-bind:src="options.img" title="鐐瑰嚮涓婁紶澶村儚" class="img-circle img-lg" /></div>
-    <el-dialog :title="title" :visible.sync="open" width="800px" append-to-body @opened="modalOpened"  @close="closeDialog">
+    <Dialog :title="title" :visible.sync="open" width="800px" append-to-body @opened="modalOpened"  @close="closeDialog">
       <el-row>
         <el-col :xs="24" :md="12" :style="{height: '350px'}">
           <vue-cropper
@@ -48,7 +48,7 @@
           <el-button type="primary" size="small" @click="uploadImg()">鎻� 浜�</el-button>
         </el-col>
       </el-row>
-    </el-dialog>
+    </Dialog>
   </div>
 </template>
 

--
Gitblit v1.9.1