skyouc
2025-03-19 fac10dcb68a892be100960e267d0a1501f34e984
rsf-admin/src/App.jsx
@@ -27,7 +27,7 @@
  DATA_PROVIDER_SPRING,
} from "./config/setting";
import ResourceContent from "./page/ResourceContent";
import { getSystemInfo } from "@/api/auth";
import { getSystemInfo, getSystemDicts } from "@/api/auth";
const i18nProvider = polyglotI18nProvider(
  (locale) => {
@@ -60,7 +60,7 @@
  useEffect(() => {
    getSystemInfo().then((data) => {
      localStorage.setItem("system", JSON.stringify(data));
    });
    })
  }, []);
  return (