From f7989bdd8129afa5d94b4a27dea2354d2e50db72 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 21 八月 2023 10:22:36 +0800 Subject: [PATCH] 修改后台服务的登录页面及系统标题 --- src/main/resources/static/sg/login.html | 2 +- src/main/resources/templates/monitor.html | 2 +- src/main/resources/templates/index.html | 2 +- src/main/java/com/moon/server/controller/sys/MenuController.java | 2 +- src/main/resources/templates/login_old.html | 2 +- src/main/resources/templates/druid.html | 2 +- src/main/resources/static/html/login.html | 2 +- /dev/null | 0 src/main/resources/static/images/moon/css_globe_halo.png | 0 src/main/resources/static/images/moon/css_globe_bg.png | 0 src/main/resources/templates/login.html | 7 ++++--- src/main/resources/mapper/show/OneMapMapper.xml | 2 +- src/main/resources/static/images/moon/css_globe_diffuse.jpg | 0 src/main/resources/static/js/earth/script.js | 6 +++--- 14 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/main/java/com/moon/server/controller/sys/MenuController.java b/src/main/java/com/moon/server/controller/sys/MenuController.java index a853c4c..f1d83cb 100644 --- a/src/main/java/com/moon/server/controller/sys/MenuController.java +++ b/src/main/java/com/moon/server/controller/sys/MenuController.java @@ -219,7 +219,7 @@ public ResponseMsg<Object> selectMenuRecursive(String name) { try { if (StringHelper.isEmpty(name)) { - name = "绠¢亾鍩虹澶ф暟鎹钩鍙�"; + name = "SmartEarth涓夌淮鍦扮悊淇℃伅绯荤粺骞冲彴V7.0"; } List<MenuEntity> list = menuService.selectMenuRecursive(name); diff --git a/src/main/resources/mapper/show/OneMapMapper.xml b/src/main/resources/mapper/show/OneMapMapper.xml index cd78d5f..299bc98 100644 --- a/src/main/resources/mapper/show/OneMapMapper.xml +++ b/src/main/resources/mapper/show/OneMapMapper.xml @@ -203,7 +203,7 @@ group by medium; </select> - <!-- 缁熻鍏ㄥ浗绔欏満搴ф暟銆侀榾瀹ゃ�佺閬撴暟閲� --> + <!-- 缁熻鍏ㄥ浗绔欏満搴ф暟銆侀榾瀹ゃ�佹暟閲� --> <select id="countZhPipeStations" resultType="java.util.Map"> select case medium when 'CO' then '鍘熸补' when 'RP' then '鎴愬搧娌�' when 'GS' then '澶╃劧姘�' else '鍏跺畠' end "杈撻�佷粙璐�", diff --git a/src/main/resources/static/html/login.html b/src/main/resources/static/html/login.html index 74beba9..46f2e05 100644 --- a/src/main/resources/static/html/login.html +++ b/src/main/resources/static/html/login.html @@ -1,7 +1,7 @@ 锘�<!DOCTYPE> <html> <head> - <title>绠¢亾鍩虹澶ф暟鎹钩鍙版湇鍔�-鐧诲綍</title> + <title>SmartEarth涓夌淮鍦扮悊淇℃伅绯荤粺骞冲彴V7.0-鐧诲綍</title> <meta http-equiv="Expires" content="0" /> <meta http-equiv="Cache" content="no-cache" /> <meta http-equiv="Pragma" content="no-cache" /> diff --git a/src/main/resources/static/images/earth/css_globe_bg.jpg b/src/main/resources/static/images/earth/css_globe_bg.jpg deleted file mode 100644 index 0a1eabd..0000000 --- a/src/main/resources/static/images/earth/css_globe_bg.jpg +++ /dev/null Binary files differ diff --git a/src/main/resources/static/images/earth/css_globe_diffuse.jpg b/src/main/resources/static/images/earth/css_globe_diffuse.jpg deleted file mode 100644 index e34c48c..0000000 --- a/src/main/resources/static/images/earth/css_globe_diffuse.jpg +++ /dev/null Binary files differ diff --git a/src/main/resources/static/images/earth/css_globe_halo.png b/src/main/resources/static/images/earth/css_globe_halo.png deleted file mode 100644 index 8800956..0000000 --- a/src/main/resources/static/images/earth/css_globe_halo.png +++ /dev/null Binary files differ diff --git a/src/main/resources/static/images/moon/css_globe_bg.png b/src/main/resources/static/images/moon/css_globe_bg.png new file mode 100644 index 0000000..7764b47 --- /dev/null +++ b/src/main/resources/static/images/moon/css_globe_bg.png Binary files differ diff --git a/src/main/resources/static/images/moon/css_globe_diffuse.jpg b/src/main/resources/static/images/moon/css_globe_diffuse.jpg new file mode 100644 index 0000000..8c2e922 --- /dev/null +++ b/src/main/resources/static/images/moon/css_globe_diffuse.jpg Binary files differ diff --git a/src/main/resources/static/images/moon/css_globe_halo.png b/src/main/resources/static/images/moon/css_globe_halo.png new file mode 100644 index 0000000..5e75190 --- /dev/null +++ b/src/main/resources/static/images/moon/css_globe_halo.png Binary files differ diff --git a/src/main/resources/static/js/earth/script.js b/src/main/resources/static/js/earth/script.js index 6ac411f..6cf6d94 100644 --- a/src/main/resources/static/js/earth/script.js +++ b/src/main/resources/static/js/earth/script.js @@ -50,9 +50,9 @@ var tick = 1; var URLS = { - bg: '', - diffuse: '../images/earth/css_globe_diffuse.jpg', - halo: '../images/earth/css_globe_halo.png', + bg: '../images/moon/css_globe_bg.png', + diffuse: '../images/moon/css_globe_diffuse.jpg', + halo: '../images/moon/css_globe_halo.png', }; var transformStyleName = PerspectiveTransform.transformStyleName; diff --git a/src/main/resources/static/sg/login.html b/src/main/resources/static/sg/login.html index 5a42d51..09b048d 100644 --- a/src/main/resources/static/sg/login.html +++ b/src/main/resources/static/sg/login.html @@ -1,7 +1,7 @@ <!DOCTYPE> <html> <head> - <title>绠¢亾鍩虹澶ф暟鎹钩鍙版湇鍔�-鐧诲綍</title> + <title>SmartEarth涓夌淮鍦扮悊淇℃伅绯荤粺骞冲彴V7.0-鐧诲綍</title> <meta charset="utf-8" /> <meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="cache-control" content="no-cache" /> diff --git a/src/main/resources/templates/druid.html b/src/main/resources/templates/druid.html index 85f890e..9cf631e 100644 --- a/src/main/resources/templates/druid.html +++ b/src/main/resources/templates/druid.html @@ -2,7 +2,7 @@ <html> <head> <meta charset="UTF-8"> - <title>绠¢亾鍩虹澶ф暟鎹钩鍙版湇鍔�-鏁版嵁搴撶洃鎺�</title> + <title>SmartEarth涓夌淮鍦扮悊淇℃伅绯荤粺骞冲彴V7.0-鏁版嵁搴撶洃鎺�</title> <script> location.href = "../druid/index.html"; </script> diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 85fc5f3..73b5b45 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -2,7 +2,7 @@ <html lang="en" xmlns:th="http://www.thymeleaf.org" xmlns:shiro="http://www.pollix.at/thymeleaf/shiro"> <head> <meta charset="UTF-8"> - <title>绠¢亾鍩虹澶ф暟鎹钩鍙版湇鍔�-棣栭〉</title> + <title>SmartEarth涓夌淮鍦扮悊淇℃伅绯荤粺骞冲彴V7.0-棣栭〉</title> <script src="../js/jquery.min.js"></script> <script> window.onload = function () { diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html index 22dbc03..3588396 100644 --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -1,7 +1,7 @@ 锘�<!DOCTYPE> <html> <head> - <title>绠¢亾鍩虹澶ф暟鎹钩鍙版湇鍔�-鐧诲綍</title> + <title>SmartEarth涓夌淮鍦扮悊淇℃伅绯荤粺骞冲彴V7.0-鐧诲綍</title> <meta http-equiv="Expires" content="0" /> <meta http-equiv="Cache" content="no-cache" /> <meta http-equiv="Pragma" content="no-cache" /> @@ -41,7 +41,7 @@ </div> <form class="main_form"> <div class="main_txt"> - <img src="../images/login/user.png" alt="" /> + <img src="../images/login/user.png" alt="" /> <input id="username" type="text" value="admin" maxlength="30" placeholder="璇疯緭鍏ョ敤鎴峰悕" /> </div> @@ -63,7 +63,8 @@ </div> <div class="title"> - <img src="../images/login/lg_03.png" alt=""/> + <!--<img src="../images/login/lg_03.png" alt=""/>--> + <span style="font-family: 寰蒋闆呴粦; font-size: 32px;">SmartEarth涓夌淮鍦扮悊淇℃伅绯荤粺骞冲彴V7.0</span> </div> <script src='../js/earth/dat.gui.min.js'></script> diff --git a/src/main/resources/templates/login_old.html b/src/main/resources/templates/login_old.html index 4229e48..c93d7b8 100644 --- a/src/main/resources/templates/login_old.html +++ b/src/main/resources/templates/login_old.html @@ -1,7 +1,7 @@ <!DOCTYPE> <html> <head> - <title>绠¢亾鍩虹澶ф暟鎹钩鍙版湇鍔�-鐧诲綍</title> + <title>SmartEarth涓夌淮鍦扮悊淇℃伅绯荤粺骞冲彴V7.0-鐧诲綍</title> <meta charset="utf-8" /> <meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="cache-control" content="no-cache" /> diff --git a/src/main/resources/templates/monitor.html b/src/main/resources/templates/monitor.html index c3343a0..d298419 100644 --- a/src/main/resources/templates/monitor.html +++ b/src/main/resources/templates/monitor.html @@ -4,7 +4,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>杩愮淮鐩戞帶</title> + <title>SmartEarth涓夌淮鍦扮悊淇℃伅绯荤粺骞冲彴V7.0-杩愮淮鐩戞帶</title> <link rel="stylesheet" href="./css/main/main1.css"> <link rel="stylesheet" href="./css/main/jquery-ui.min.css"> -- Gitblit v1.9.3