配置静态文件版本号,解决客户端缓存问题

This commit is contained in:
2018-05-01 16:47:14 +08:00
parent 874b1f028e
commit 47a926e97d
10 changed files with 10 additions and 10 deletions

View File

@@ -69,6 +69,6 @@
</el-container>
</el-container>
</div>
<script th:src="@{/js/homepage.js}"></script>
<script th:src="@{/js/homepage.js}+'?v=0.1'"></script>
</body>
</html>