优化JS路径

This commit is contained in:
RuoYi
2018-04-28 21:39:42 +08:00
parent e74c244cdc
commit 55ccae57f8
81 changed files with 182 additions and 184 deletions

View File

@ -15,6 +15,6 @@
</table>
</div>
<div th:include="include :: footer"></div>
<script type="text/javascript" src="/ruoyi/tool/gen/gen.js"></script>
<script src="/ruoyi/tool/gen/gen.js" th:src="@{/ruoyi/tool/gen/gen.js}"></script>
</body>
</html>