瀏覽代碼

update ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html.

Hacker 4 年之前
父節點
當前提交
674d236007
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html

+ 1 - 1
ruoyi-admin/src/main/resources/templates/system/user/profile/profile.html

@@ -16,7 +16,7 @@
                 </div>
                 <div class="ibox-content">
                     <div class="text-center">
-                        <p class="user-info-head" onclick="avatar()"><img class="img-circle img-lg" th:src="(${user.avatar} == '') ? @{/img/profile.jpg} : @{${user.avatar}}"></p>
+                        <p class="user-info-head" onclick="avatar()"><img class="img-circle img-lg" th:src="(${#strings.isEmpty(user.avatar)}) ? @{/img/profile.jpg} : @{${user.avatar}}"></p>
                         <p><a href="javascript:avatar()">修改头像</a></p>
                     </div>
                     <ul class="list-group list-group-striped">