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