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