From 43a8c6bfda77837d6b2b90bfa847bd24c7b24f0e Mon Sep 17 00:00:00 2001 From: yanghb <yanghb> Date: 星期一, 10 四月 2023 20:35:12 +0800 Subject: [PATCH] 名称调整 --- ManagementTravel/guns-admin/src/main/webapp/WEB-INF/view/login.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ManagementTravel/guns-admin/src/main/webapp/WEB-INF/view/login.html b/ManagementTravel/guns-admin/src/main/webapp/WEB-INF/view/login.html index bdd8d60..566e8eb 100644 --- a/ManagementTravel/guns-admin/src/main/webapp/WEB-INF/view/login.html +++ b/ManagementTravel/guns-admin/src/main/webapp/WEB-INF/view/login.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>宽窄优行 - 登录</title> + <title>天马出租 - 登录</title> <link rel="shortcut icon" href="${ctxPath}/static/favicon1.ico"> <link href="${ctxPath}/static/css/bootstrap.min.css?v=3.3.6" rel="stylesheet"> @@ -58,7 +58,7 @@ <img src="${ctxPath}/static/img/login.png" style="width: 300px;height: 400px;z-index: 1000; border-radius: 20px;"> <div style="position: relative;left: -20px; max-width: 300px;min-height: 300px;background: white;border-radius: 8px;box-sizing: border-box;padding: 0 30px 0 50px;display: flex;align-items: center;justify-content: center;"> <div style="max-height: 100%"> - <h3 style="color: black;"><img src="${ctxPath}/static/img/logo.png" width="30px" height="30px"/> 宽窄优行管理后台</h3> + <h3 style="color: black;"><img src="${ctxPath}/static/img/logo.png" width="30px" height="30px"/> 天马出租管理后台</h3> <br/> <h4 style="color: red;">${tips!}</h4> <form class="m-t" role="form" action="${ctxPath}/login" method="post"> -- Gitblit v1.7.1