zhengyiming
3 天以前 e662aa7d894a0b259dc1816e79514c1f0d38da9f
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,
    },
  },
});