zy-asrs-flow/src/pages/User/Login/index.jsx
@@ -90,6 +90,7 @@ useEffect(() => { const fetchHostList = async () => { const resp = await Http.doGet('api/auth/host'); if (resp?.data) { const list = resp.data.map(item => ({ label: item.name, value: item.id @@ -101,6 +102,7 @@ }); } } } fetchHostList(); }, []);