wupengfei
2025-02-24 fe5fc18b6b1810a61df6ed7d94957f449ca05488
apps/h5/src/constants/query.ts
New file
@@ -0,0 +1,10 @@
import { QueryClient } from '@tanstack/vue-query';
export const myClient = new QueryClient({
  defaultOptions: {
    queries: {
      refetchOnWindowFocus: false,
      retry: false,
    },
  },
});