fix: deploy show tips

This commit is contained in:
2025-05-29 11:43:46 +08:00
parent 613ed47474
commit 78d2b2b161
4 changed files with 9 additions and 6 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');
},
});