From a0af42a6acfc7a0ebbb92bffc1816525e508af70 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期五, 17 十月 2025 16:54:06 +0800 Subject: [PATCH] 修改bug --- management/guns-admin/src/main/webapp/WEB-INF/view/login.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/login.html b/management/guns-admin/src/main/webapp/WEB-INF/view/login.html index 2390b46..b216912 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/login.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/login.html @@ -61,7 +61,7 @@ <h3 style="color: black;"><img src="${ctxPath}/djadmin/static/img/logo.png" width="30px" height="30px"/> 黔云通代驾管理后台</h3> <br/> <h4 style="color: red;">${tips!}</h4> - <form class="m-t" role="form" action="${ctxPath}/login" method="post"> + <form class="m-t" role="form" action="${ctxPath}/djadmin/login" method="post"> <div class="item"> <img src="${ctxPath}/djadmin/static/img/account.png" /> <input class="itemInput" type="text" name="username" id="username" placeholder="请输入您的账号" required="" value=""> @@ -77,7 +77,7 @@ <input class="form-control" type="text" name="kaptcha" id="verifyNumber" placeholder="验证码" required> </div> <div class="col-sm-4" style="padding-left: 0px; padding-right: 0px;"> - <img src="${ctxPath}/kaptcha" id="kaptcha" width="100%" height="100%"/> + <img src="${ctxPath}/djadmin/kaptcha" id="kaptcha" width="100%" height="100%"/> </div> </div> @} @@ -112,7 +112,7 @@ $("#verify").show() $("#kaptcha").on('click', function () { - $("#kaptcha").attr('src', '${ctxPath}/kaptcha?' + Math.floor(Math.random() * 100)).fadeIn(); + $("#kaptcha").attr('src', '${ctxPath}/djadmin/kaptcha?' + Math.floor(Math.random() * 100)).fadeIn(); }); }); var key = CryptoJS.enc.Utf8.parse("xqT86jictTPpHMem"); -- Gitblit v1.7.1