feat: 修改query,添加noMsg的确认

This commit is contained in:
2025-03-20 12:33:36 +08:00
parent 164c06c6a7
commit d0ce0b2c36
3 changed files with 63 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ type QueryOpts = {
/**
* 前端调用后端QueryRouter
*/
export class QueryClient<U = any, V = any> extends Query<U, V> {
export class QueryClient<R = any> extends Query<R> {
tokenName: string;
storage: Storage;
token: string;