sgj
2026-03-25 a1282a38396443dff9b8406d1b7145cebdb5259d
fzzy-igdss-web/src/main/resources/templates/login.html
@@ -122,14 +122,14 @@
    </div>
    <!--手机APP-->
    <div class="login2-ewm css-hand">
    <div class="login2-ewm css-hand" onClick="showCode()">
        <h3>
            <i class="i-icon"><img th:src="@{/login/images/login-app.png}"/></i>下载APP
        </h3>
    </div>
    <div class="login2-ewm-img dis-none" id="ewm">
        <img th:src="@{/login/images/login-app.png}"/>
        <img th:src="@{/login/images/login-app.png}" style="width: 100%;height: 100%"/>
    </div>
    <h1 class="login-tit">
@@ -226,6 +226,10 @@
<script th:inline="javascript">
    var ctx = [[@{/}]] ;
    var captchaType = [[${captchaType}]];
    function showCode() {
        $("#ewm").css("display", "block");
    }
</script>
<script src="../static/js/jquery.min.js" th:src="@{/js/jquery.min.js}"></script>
<script src="../static/ajax/libs/validate/jquery.validate.min.js"