1
0
Fork 0

在signup.html中删除了jquery-3.1.1.js,使用了项目中原有的/static/js/jquery.js

Bug534-NingShushuang
周彦丰 2023-06-05 16:02:17 +08:00
parent 05a31a3a48
commit bb85237939
2 changed files with 1 additions and 10221 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ You're logged in already! <a href="/logout">Logout</a>.
{% else %}
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0, user-scalable=yes" />
<link rel="stylesheet" href="static/css/login_service.css">
<script src="../static/js/jquery-3.1.1.js"></script>
<script src="../static/js/jquery.js"></script>
<script>
function signup() {
let username = $("#username").val();