From da1f13fac6dda0b4168d70bc9f7d68b03b1cc117 Mon Sep 17 00:00:00 2001
From: Tcsm <1377977403@qq.com>
Date: 星期二, 16 五月 2023 03:40:28 +0800
Subject: [PATCH] 1.修改了网站名以及在首页加上了备案号 2.各模块删除时不显示数据序号 3.各模块删除单条数据时不会再同时打开详情页 4.各模块新增重复数据可被检测并且提示不要输入重复数据 5.家根网页面更换了第三代的大图 6.收藏与荣誉模块显示和新增统一为“持有者”

---
 ruoyi-ui/src/views/homeRoot/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-ui/src/views/homeRoot/index.vue b/ruoyi-ui/src/views/homeRoot/index.vue
index 8db644c..5ad025b 100644
--- a/ruoyi-ui/src/views/homeRoot/index.vue
+++ b/ruoyi-ui/src/views/homeRoot/index.vue
@@ -20,7 +20,7 @@
         <!-- 鑳屾櫙澶у浘-->
         <img v-if="imageSrc" :src="imageSrc" alt="" class="background"/>
         <!-- 鐢ㄦ埛澶村儚-->
-        <div v-model="rootList.url" >
+        <div  v-model="rootList.url">
           <el-avatar shape="circle" class="avater_1_1">
             <el-img :src="'http://47.93.189.255:8080'+ rootList.url"
             ></el-img>
@@ -85,7 +85,7 @@
             <el-img :src="'http://47.93.189.255:8080'+ rootList.url"
             ></el-img>
           </el-avatar>
-          <el-avatar shape="circle" class="avater_3_7" v-if="isShow_3">
+          <el-avatar shape="circle" class="avater_3_7" v-if="isShow_4">
             <el-img :src="'http://47.93.189.255:8080'+ rootList.url"
             ></el-img>
           </el-avatar>

--
Gitblit v1.9.1