Commit 4c5c43945e66aa8a4e19b2d7ee1dde2a9e06d8af

Authored by 潘钊
1 parent 101f51c9

update

src/main/resources/static/assets/img/login_bgcenter.png

37.4 KB | W: | H:

40.8 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
src/main/resources/static/index.html
... ... @@ -143,7 +143,7 @@ tr.row-active td {
143 143 <div class="page-header-inner ">
144 144 <!-- LOGO -->
145 145 <div class="page-logo">
146   - <a href="index.html" class="logo-default logo-default-text" > 闵行公交调度系统 </a>
  146 + <a href="index.html" class="logo-default logo-default-text" > 青浦公交调度系统 </a>
147 147 <div class="menu-toggler sidebar-toggler">
148 148 </div>
149 149 </div>
... ...
src/main/resources/static/pages/control/line/index.html
... ... @@ -18,7 +18,7 @@
18 18 <div class="portlet-title banner" >
19 19 <div class="caption col_hide_1280" style="color: #FFF;">
20 20 <i class="fa fa-life-ring" style="font-size: 22px;color: #FFF;"></i> <span
21   - class="caption-subject bold" style="font-size: 24px;">闵行公交线路调度系统</span>
  21 + class="caption-subject bold" style="font-size: 24px;">青浦公交线路调度系统</span>
22 22 </div>
23 23 <div class="col_hide_1440" style="color: white;font-size: 18px;position: absolute;right: 25px;top: 75px;">
24 24 <span class="top_username"></span> <span class="operation_mode_text animated" ></span>
... ...
src/main/resources/static/pages/control/line/js/webSocketHandle.js
... ... @@ -151,7 +151,7 @@ function appendLogItem(tempId, json, lineCode){
151 151 var text = $item.find('.log-item-text').text();
152 152 //线路名称
153 153 var lineName = _data.getLineIds()[lineCode];
154   - h5Speech.speak(lineName.replace('行', '航') + ' ' + text);
  154 + h5Speech.speak(lineName + ' ' + text);
155 155 }
156 156 //重新计算未处理消息
157 157 _messenger.setUntreatedNum(lineCode);
... ...