src/main/webapp/views/index.html @@ -147,7 +147,7 @@ $('#hostName').text(res.data.hostName); } if (res.data.root) { showHost(); // showHost(); } } else if (res.code === 403) { top.location.href = baseUrl + "/login";