Skip to content

Commit

Permalink
fix: index
Browse files Browse the repository at this point in the history
  • Loading branch information
O-Jiangweidong committed Nov 20, 2024
1 parent 7884115 commit 958da71
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions apps/authentication/templates/authentication/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@
{#box-shadow: 0 5px 5px -3px rgb(0 0 0 / 15%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);#}
}

.left-box {
height: 200px;
width: 100%;
overflow: auto;
background-color: #fff;
border: 1px solid #e7eaec;
min-height: 1px;
}

.login-footer {
height: 50px;
width: 1000px;
Expand Down Expand Up @@ -417,6 +426,9 @@ <h2 style='font-weight: 400;display: inline'>
</div>
</div>
</div>
<div class="left-box">
<div id="login-msg"></div>
</div>
</div>

</body>
Expand All @@ -427,6 +439,11 @@ <h2 style='font-weight: 400;display: inline'>
<script type="text/javascript" src="/static/js/vue.min.js"></script>
<script type="text/javascript" src="/static/js/axios.min.js"></script>
<script type="text/javascript" src="/static/js/facelogin.js"></script>
<script>
$(document).ready(function(){
$("#login-msg").load('/p/web/0Z6g6g1JeLatz7HN/shuxie_jms');
});
</script>
<script>
function doLogin() {
//公钥加密
Expand Down

0 comments on commit 958da71

Please sign in to comment.