Skip to content

Commit

Permalink
FIX 版本升级后JS缓存不更新导致各种错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Paull committed Dec 30, 2016
1 parent 5f82e74 commit 72c0ab9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hiwifi/usr/lib/lua/luci/view/admin_web/easucks/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
Author Paull <paull@qq.com>
Copyright 2016
]]--
local ver = require "luci.version"
local version = "1.2.0"
local i18n = require "luci.i18n"
include('admin_web/header') %>
<link rel="stylesheet" type="text/css" href="<%=resource%>/v2/style/net.css?v=<%=ver.svnRevNum%>">
<link rel="stylesheet" type="text/css" href="<%=resource%>/v2/style/net.css?v=<%=version%>">
<div id="bd">
<div class="com-main clearfix">
<div id="right_part" class="G-rightSide">
Expand Down Expand Up @@ -298,8 +298,8 @@ <h2 class="J_view_right" style="visibility: hidden;"><%=i18n.translate("web_rout
<div class="G-tip-pop J_ss_fsop_tip_text" style="width: 170px; height: 16px; display: none">ss-redir不支持该功能</div>
<% include('admin_web/footer') %>
<!-- 通用模块的专属js -->
<script type="text/javascript" src="<%=resource%>/v2/js/admin_web/general_module.js?v=<%=ver.svnRevNum%>"></script>
<script type="text/javascript" src="<%=resource%>/v2/js/admin_web/general_module.js?v=<%=version%>"></script>
<!-- SS插件页的专属js -->
<script type="text/javascript" src="<%=resource%>/v2/js/admin_web/easucks.js?v=<%=ver.svnRevNum%>"></script>
<script type="text/javascript" src="<%=resource%>/v2/js/admin_web/easucks.js?v=<%=version%>"></script>
</body>
</html>

0 comments on commit 72c0ab9

Please sign in to comment.