ie下缓存问题

This commit is contained in:
thinkgem
2022-04-26 15:07:11 +08:00
parent 17b4d2ad90
commit 2e3de8a7dd

View File

@@ -22,7 +22,7 @@
<div class="col-sm-offset-1 col-sm-3"><br/>
<div class="box-body box-profile">
<img id="avatarImg" class="profile-user-img img-responsive img-circle"
src="${@user.getAvatarUrl().replaceFirst('/ctxPath', ctxPath)}">
src="${@user.getAvatarUrl().replaceFirst('/ctxPath', ctxPath)}?__t=${date().time}">
<h3 class="profile-username text-center">${user.userName}</h3>
<p class="text-muted text-center">
<#form:radio path="sex" dictType="sys_user_sex" class="form-control required"/>