From 615917f1edbf4460339a4fdae90da91803142ceb Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 16 九月 2022 15:34:36 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/index.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index c8bb5c3..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";
@@ -159,7 +159,8 @@
 
         // 榛樿鍔犺浇涓婚〉
         index.loadHome({
-            menuPath: baseUrl+'/views/home/console.html',
+            // menuPath: baseUrl+'/views/home/console.html',
+            menuPath: baseUrl+'/views/home/dashboard.html',
             menuName: '<i class="layui-icon layui-icon-home"></i>'
         });
 

--
Gitblit v1.9.1