zjj
2025-04-09 a64d342c0371eadebc29dae2a60a9525ce95e222
rsf-admin/src/App.jsx
@@ -60,9 +60,6 @@
    getSystemInfo().then((data) => {
      localStorage.setItem("system", JSON.stringify(data));
    })
    getSystemDicts().then(data => {
      localStorage.setItem('sys_dicts', JSON.stringify(data));
    })
  }, []);
  return (