fix mini modules

This commit is contained in:
2026-01-25 22:12:04 +08:00
parent 8a1aff4c50
commit 911f03b4bd
7 changed files with 134 additions and 13 deletions

View File

@@ -632,7 +632,7 @@ export class QueryRouter {
if (getList) {
this.createRouteList(opts?.force ?? false, opts?.filter);
}
return listenProcess({ app: this, params, ...opts });
return listenProcess({ app: this as any, params, ...opts });
}
}