verou
2025-04-09 98d4db97d3c21f9b31f978249c5572fdae948088
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 (