wupengfei
2025-08-06 03ffdd67fc4c40f3e9443931a0aa55e508182873
src/store/modules/permission.ts
@@ -34,8 +34,8 @@
          };
          const res = await myClient.fetchQuery({
            queryKey: ['menuServices/getMenus', params],
            queryFn: async () => {
              return await menuServices.getMenus(params, {
            queryFn: () => {
              return menuServices.getMenus(params, {
                showLoading: false,
              });
            },