From afa3bc1e2f39f66f59ee9b15d6af16593acdc9a4 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期六, 02 十二月 2023 10:38:27 +0800
Subject: [PATCH] #
---
src/main/webapp/views/index.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 4083486..53f1b97 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -24,7 +24,7 @@
<div class="layui-layout layui-layout-admin">
<!-- 澶撮儴 -->
<div class="layui-header">
- <div class="layui-logo">
+ <div class="layui-logo" style="top: 7px;">
<img src="../static/image/logo.png" style="display: inline-block; width: 60%;height: auto">
</div>
<!-- 宸� -->
@@ -75,7 +75,7 @@
<div class="layui-body"></div>
<!-- 搴曢儴 -->
<div class="layui-footer layui-text">
- copyright 漏 2021 缁嶅叴瀛氭儬绉戞妧鏈夐檺鍏徃 all rights reserved.
+ copyright 漏 2022 <a href="http://www.zoneyung.com" target="_blank">娴欐睙涓壃绔嬪簱鎶�鏈湁闄愬叕鍙�</a> all rights reserved.
<span class="pull-right">Version 1.0.0</span>
</div>
@@ -112,7 +112,7 @@
if (!isEmpty(easywebIframeMsg)) {
var easywebIframeObj = JSON.parse(easywebIframeMsg);
if (easywebIframeObj.defaultTheme === undefined) {
- admin.changeTheme("theme-colorful");
+ admin.changeTheme("theme-white");
}
}
@@ -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,7 @@
// 榛樿鍔犺浇涓婚〉
index.loadHome({
- 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