fix bugs for query -app

This commit is contained in:
2025-05-29 04:04:11 +08:00
parent 552653c8f7
commit 0507163248
5 changed files with 45 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ query.afterResponse = async (response, ctx) => {
export const queryLogin = new QueryLoginNode({
query: query as any,
onLoad: async () => {
// console.log('onLoad');
console.log('onLoad');
},
});