fix: WebUiConfig

This commit is contained in:
手瓜一十雪
2024-05-07 22:44:55 +08:00
parent 61207d05a4
commit 455bd7a03e
4 changed files with 36 additions and 18 deletions

View File

@@ -71,6 +71,7 @@
</form>
</div>
<script>
//待封装整理
async function submitToken() {
const tokenInput = document.getElementById('token-input');
const errorMessage = document.getElementById('error-message');
@@ -115,8 +116,6 @@
}
}
}
alert("登录成功即将跳转");
} else {
console.log(loginResponseJson.message);