Commit c946a0a602165b24f284d8530ae60c86a5f4e461
1 parent
f9a6fccc
edit logo
Showing
2 changed files
with
2 additions
and
2 deletions
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
| ... | ... | @@ -132,7 +132,7 @@ function appendLogItem(tempId, json, lineCode){ |
| 132 | 132 | //语音播报 |
| 133 | 133 | var text = $(htmlStr).find('.log-item-text').text(); |
| 134 | 134 | var lineName = _data.getLineIds()[lineCode]; |
| 135 | - h5Speech.speak(lineName.replace('闵行', '') + ' ' + text); | |
| 135 | + h5Speech.speak(lineName + ' ' + text); | |
| 136 | 136 | } |
| 137 | 137 | //重新计算未处理消息 |
| 138 | 138 | _messenger.setUntreatedNum(lineCode); | ... | ... |