From 345dad4c167b26fe0caef3e15dff585208e77487 Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期日, 11 六月 2023 21:00:32 +0800
Subject: [PATCH] 1.通讯录模块“称呼”改为“通讯录中称呼”,“成员姓名”改成“家人姓名” 2.家根网详情成功展示数据

---
 ruoyi-ui/src/views/clean/cleanInfo.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ruoyi-ui/src/views/clean/cleanInfo.vue b/ruoyi-ui/src/views/clean/cleanInfo.vue
index 56fa346..17f5f40 100644
--- a/ruoyi-ui/src/views/clean/cleanInfo.vue
+++ b/ruoyi-ui/src/views/clean/cleanInfo.vue
@@ -113,7 +113,7 @@
     </el-form>
 
     <el-dialog  :visible.sync="dialogVisible">
-      <img w-full :src="dialogImageUrl" alt="Preview Image" />
+      <img w-full :src="dialogImageUrl" style="width: 700px; height: 700px" alt="Preview Image" />
     </el-dialog>
   </div>
 </template>
@@ -214,8 +214,8 @@
       this.$route.meta.title = "淇敼淇濇磥鏀剁撼璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
     }
     else{
-      document.title = "鏌ョ湅淇濇磥鏀剁撼璇︾粏淇℃伅";
-      this.$route.meta.title = "鏌ョ湅淇濇磥鏀剁撼璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
+      document.title = "淇濇磥鏀剁撼璇︾粏淇℃伅";
+      this.$route.meta.title = "淇濇磥鏀剁撼璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
     }
 
     let _this = this

--
Gitblit v1.9.1