mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: promise async
This commit is contained in:
@@ -83,7 +83,6 @@
|
||||
errorMessage.textContent = '';
|
||||
errorMessage.classList.add('hidden');
|
||||
//请求 /api/login post token
|
||||
let data = "";
|
||||
|
||||
try {
|
||||
let loginResponse = await fetch('../api/auth/login', {
|
||||
|
Reference in New Issue
Block a user