zhengyiming
6 天以前 20459fe59f680031bfc7c1012be860e0727cb016
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,
              });
            },