修改为BPS信息

This commit is contained in:
bo.yang 2021-06-23 09:31:54 +08:00
parent 03365e6cba
commit e4b254e6de
6 changed files with 13 additions and 12 deletions

View File

@ -71,8 +71,8 @@ spring:
allow: allow:
url-pattern: /druid/* url-pattern: /druid/*
# 控制台管理用户名和密码 # 控制台管理用户名和密码
login-username: ruoyi login-username: admin
login-password: 123456 login-password: bps2019
filter: filter:
stat: stat:
enabled: true enabled: true

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View File

@ -26,8 +26,9 @@
</div> </div>
<a th:href="@{/index}"> <a th:href="@{/index}">
<li class="logo hidden-xs"> <li class="logo hidden-xs">
<span class="logo-lg">BPS后台管理系统</span> <!--<span class="logo-lg">BPS后台管理系统</span>-->
</li> <span><img height="40" alt="[ BPS ]" src="../static/bps.png" th:src="@{/bps.png}"></span>
< /li>
</a> </a>
<div class="sidebar-collapse"> <div class="sidebar-collapse">
<ul class="nav" id="side-menu"> <ul class="nav" id="side-menu">

View File

@ -65,7 +65,7 @@
</div> </div>
<div class="signup-footer"> <div class="signup-footer">
<div class="pull-left"> <div class="pull-left">
Copyright © 2018-2021 ruoyi.vip All Rights Reserved. <br> Copyright © 2018-2021 bpsemi.com All Rights Reserved. <br>
</div> </div>
</div> </div>
</div> </div>

View File

@ -16,7 +16,7 @@
<div class="col-sm-12"> <div class="col-sm-12">
<h2>BPS后台管理系统</h2> <h2>BPS后台管理系统</h2>
<p> <p>
<b>当前版本</b><a href="http://www.ruoyi.vip" target="_blank"><b>若依 </b></a>v[[${version}]] <b>基于</b><a href="http://www.ruoyi.vip" target="_blank"><b>若依 </b></a>v[[${version}]]
</p> </p>

View File

@ -3,8 +3,8 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>注册若依系统</title> <title>注册BPS系统</title>
<meta name="description" content="若依后台管理框架"> <meta name="description" content="BPS后台管理框架">
<link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/> <link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
<link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/> <link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
<link href="../static/css/style.min.css" th:href="@{/css/style.min.css}" rel="stylesheet"/> <link href="../static/css/style.min.css" th:href="@{/css/style.min.css}" rel="stylesheet"/>
@ -23,10 +23,10 @@
<div class="col-sm-7"> <div class="col-sm-7">
<div class="signin-info"> <div class="signin-info">
<div class="logopanel m-b"> <div class="logopanel m-b">
<h1><img alt="[ 若依 ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1> <h1><img alt="[ BPS ]" src="../static/ruoyi.png" th:src="@{/ruoyi.png}"></h1>
</div> </div>
<div class="m-b"></div> <div class="m-b"></div>
<h4>欢迎使用 <strong>若依 后台管理系统</strong></h4> <h4>欢迎使用 <strong>BPS后台管理系统</strong></h4>
<ul class="m-b"> <ul class="m-b">
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> SpringBoot</li> <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> SpringBoot</li>
<li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Mybatis</li> <li><i class="fa fa-arrow-circle-o-right m-r-xs"></i> Mybatis</li>
@ -40,7 +40,7 @@
<div class="col-sm-5"> <div class="col-sm-5">
<form id="registerForm" autocomplete="off"> <form id="registerForm" autocomplete="off">
<h4 class="no-margins">注册:</h4> <h4 class="no-margins">注册:</h4>
<p class="m-t-md">你若不离不弃,我必生死相依</p> <p class="m-t-md">欢迎使用BPS后台管理系统</p>
<input type="text" name="username" class="form-control uname" placeholder="用户名" maxlength="20" /> <input type="text" name="username" class="form-control uname" placeholder="用户名" maxlength="20" />
<input type="password" name="password" class="form-control pword" placeholder="密码" maxlength="20" /> <input type="password" name="password" class="form-control pword" placeholder="密码" maxlength="20" />
<input type="password" name="confirmPassword" class="form-control pword" placeholder="确认密码" maxlength="20" /> <input type="password" name="confirmPassword" class="form-control pword" placeholder="确认密码" maxlength="20" />
@ -64,7 +64,7 @@
</div> </div>
<div class="signup-footer"> <div class="signup-footer">
<div class="pull-left"> <div class="pull-left">
&copy; 2019 All Rights Reserved. RuoYi <br> &copy; 2019 All Rights Reserved. BPSemi <br>
</div> </div>
</div> </div>
</div> </div>