| | |
| | | <script src="../static/js/jquery.min.js" th:src="@{/js/jquery.min.js}"></script> |
| | | <script src="../static/js/bootstrap.min.js" th:src="@{/js/bootstrap.min.js}"></script> |
| | | <script src="../static/js/three.min.js" th:src="@{/js/three.min.js}"></script> |
| | | <script src="../static/ajax/libs/layer/layer.min.js" th:src="@{/ajax/libs/layer/layer.min.js}"></script> |
| | | <script src="../static/ajax/libs/layer-ruoyi/layer.min.js" th:src="@{/ajax/libs/layer-ruoyi/layer.min.js}"></script> |
| | | <script src="../static/ruoyi/js/ry-ui.js" th:src="@{/ruoyi/js/ry-ui.js?v=4.7.8}"></script> |
| | | </body> |
| | | <script th:inline="javascript"> |
| | | var ctx = [[@{/}]]; |
| | | var deptId = [[${deptId}]]; |
| | | Date.prototype.format = function(fmt) { |
| | | var o = { |
| | | "M+" : this.getMonth()+1, //月份 |
| | |
| | | }, |
| | | success: function(result) { |
| | | if (result.code == web_status.SUCCESS) { |
| | | location.href = ctx + 'index'; |
| | | location.href = ctx + 'index' + "?deptId=" + deptId; |
| | | } else { |
| | | $.modal.msg(result.msg); |
| | | $("input[name='password']").val(""); |