加时间戳

dev
Tuzki 2 years ago
parent 33cbec965d
commit eb41399c85
  1. 3
      ruoyi-ui/public/index.html

@ -15,7 +15,7 @@
<link rel="icon" href="<%= BASE_URL %>logo.png">
<title>衡水老白干OA系统</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<script src="./jessibuca.js"></script>
<!-- <script src="./jessibuca.js"></script>-->
<style>
html,
body,
@ -219,5 +219,6 @@
<div class="load_title">正在加载系统资源,请耐心等待</div>
</div>
</div>
<script>document.write("<script type='text/javascript' src='./jessibuca.js?t=" + Date.now() + "'><\/script>");</script>
</body>
</html>

Loading…
Cancel
Save