无关风月
2024-12-02 ecc4e57b4f7c6ecfd6823704688ee786b3350b1f
cloud-server-management/src/main/webapp/WEB-INF/view/password.html
@@ -80,7 +80,7 @@
            </div>
            <button onclick="update()" class="btn full-width m-b" style="background-color: #0573EA;color: white;">保存</button>
            <button  class="btn full-width m-b" style="background-color: #0573EA;color: white;">关闭</button>
            <button  class="btn full-width m-b" style="background-color: #0573EA;color: white;" onclick="getBack()">关闭</button>
            <button type="submit" id="submit" style="display: none;"></button>
            </p>
        </form>
@@ -103,8 +103,8 @@
    function sendSMSCode() {
        var phone  = $("#username").val()
        var ajax = new $ax(Feng.ctxPath + "/getSMSCode", function(data){
            if(data!=null){
            if(data!=null && data.code != 200){
                alert(data.msg);
            }
        });
        ajax.set("phone",phone);
@@ -160,6 +160,11 @@
        });
    }
    function getBack() {
        history.go(-1);
    }
    window.addEventListener(
        "mousewheel",
        function(event) {