mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +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