Jelajahi Sumber

提交增加版本时间戳

wenmenghao321 1 tahun lalu
induk
melakukan
17e532110a

+ 1 - 1
src/web/staticres/common-module/pc-dialog/js/leave-info-dialog.js

@@ -533,7 +533,7 @@ var vm = new Vue({
     // 弹框头部背景图
     dialogHeader: function () {
       return {
-        img: this.sourceMap[this.source].headerUrl,
+        img: this.sourceMap[this.source].headerUrl + '?v='+new Date().getTime(),
         height: this.sourceMap[this.source].height
       }
     }