Explorar o código

fix:签名惰性加载bug

徐少年 %!s(int64=3) %!d(string=hai) anos
pai
achega
a907991f4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Web/src/views/system/user/component/userCenter.vue

+ 1 - 1
Web/src/views/system/user/component/userCenter.vue

@@ -31,7 +31,7 @@
 						</p>
 					</div>
 					<div class="image-signature">
-						<el-image :src="userInfos.signature" fit="contain" alt="电子签名" lazy style="width: 100%; height: 100%"> </el-image>
+						<el-image :src="userInfos.signature" fit="contain" alt="电子签名" loading="lazy" style="width: 100%; height: 100%"> </el-image>
 					</div>
 					<el-button icon="ele-Edit" type="primary" @click="openSignDialog" v-auth="'sysFile:uploadSignature'"> 电子签名 </el-button>
 					<el-upload