1
verou
2025-04-10 ccb18c61fd820567b0560fadb520a34d821c482a
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 (