This commit is contained in:
2026-02-01 19:26:44 +08:00
parent 337abd2bc3
commit a0f0f65d20
2 changed files with 70 additions and 1 deletions

View File

@@ -298,6 +298,7 @@ export const handleRequest = async (req: http.IncomingMessage, res: http.ServerR
username: loginUser?.tokenUser?.username || '',
password: password,
});
console.log('checkPermission', checkPermission, 'loginUser:', loginUser, password)
if (!checkPermission.success) {
return createNotFoundPage('no permission');
}