From 383d703e74dfb165bc66f29b3c677d50fb71d391 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期一, 12 九月 2022 15:12:27 +0800 Subject: [PATCH] # --- src/main/webapp/views/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html index 45c260d..bcaad85 100644 --- a/src/main/webapp/views/index.html +++ b/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"; -- Gitblit v1.9.1