Commit bf13ef9021050f5b7b9bac0e95b19a2bf612f885
1 parent
5e947ca0
update...
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/resources/static/index.html
| ... | ... | @@ -196,7 +196,7 @@ tr.row-active td { |
| 196 | 196 | <!-- LOGO --> |
| 197 | 197 | <div class="page-logo"> |
| 198 | 198 | <a href="index.html" class="logo-default logo-default-text"> |
| 199 | - 浦东公交调度系统 </a> | |
| 199 | + 闵行公交调度系统 </a> | |
| 200 | 200 | <div class="menu-toggler sidebar-toggler"></div> |
| 201 | 201 | </div> |
| 202 | 202 | <!-- END LOGO --> | ... | ... |
src/main/resources/static/login.html
| ... | ... | @@ -181,7 +181,7 @@ |
| 181 | 181 | <div class="wrapper ng-scope"> |
| 182 | 182 | <div id="loginPanel" class="dialog dialog-shadow"> |
| 183 | 183 | <br> |
| 184 | - <h3 class="logo-text">浦东公交调度系统</h3> | |
| 184 | + <h3 class="logo-text">闵行公交调度系统</h3> | |
| 185 | 185 | <hr> |
| 186 | 186 | <form style="padding: 0px 35px;"> |
| 187 | 187 | <div class="form-group" style="margin-bottom: 0"> | ... | ... |