音视频日志的access url 去掉http://前缀

This commit is contained in:
leijun
2018-08-23 17:39:39 +08:00
parent c5e372f4d0
commit dc1f876e2d
9 changed files with 39 additions and 40 deletions

View File

@@ -32,7 +32,6 @@ $(document).ready(function(){
<spring:message code="av_content_ip_control"/>
<small><spring:message code="date_list"/></small>
</h3>
<h5 class="page-header"></h5>
<div class="row">
<div class="col-md-12">
@@ -216,11 +215,11 @@ $(document).ready(function(){
<td>${log.pid}</td>
<td>
<c:if test="${fn:startsWith(log.url, 'http')}">
${log.url}
<c:if test="${fn:startsWith(log.url, 'http://')}">
${fn:substring(log.url,7,-1)}
</c:if>
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
http://${log.url}
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
${log.url}
</c:if>
</td>
<td>

View File

@@ -215,11 +215,11 @@ $(document).ready(function(){
<td>${log.pid}</td>
<td>
<c:if test="${fn:startsWith(log.url, 'http')}">
${log.url}
<c:if test="${fn:startsWith(log.url, 'http://')}">
${fn:substring(log.url,7,-1)}
</c:if>
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
http://${log.url}
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
${log.url}
</c:if>
</td>
<td>

View File

@@ -217,12 +217,12 @@ $(document).ready(function(){
<td>${log.pid}</td>
<td>
<c:if test="${fn:startsWith(log.url, 'http')}">
${log.url}
</c:if>
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
http://${log.url}
</c:if>
<c:if test="${fn:startsWith(log.url, 'http://')}">
${fn:substring(log.url,7,-1)}
</c:if>
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
${log.url}
</c:if>
</td>
<td>
<c:if test="${fn:startsWith(log.logUri, 'http')}">

View File

@@ -217,11 +217,11 @@ $(document).ready(function(){
<td>${log.pid}</td>
<td>
<c:if test="${fn:startsWith(log.url, 'http')}">
${log.url}
<c:if test="${fn:startsWith(log.url, 'http://')}">
${fn:substring(log.url,7,-1)}
</c:if>
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
http://${log.url}
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
${log.url}
</c:if>
</td>
<td>

View File

@@ -217,11 +217,11 @@ $(document).ready(function(){
<td>${log.pid}</td>
<td>
<c:if test="${fn:startsWith(log.url, 'http')}">
${log.url}
<c:if test="${fn:startsWith(log.url, 'http://')}">
${fn:substring(log.url,7,-1)}
</c:if>
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
http://${log.url}
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
${log.url}
</c:if>
</td>
<td>

View File

@@ -217,11 +217,11 @@ $(document).ready(function(){
<td>${log.pid}</td>
<td>
<c:if test="${fn:startsWith(log.url, 'http')}">
${log.url}
<c:if test="${fn:startsWith(log.url, 'http://')}">
${fn:substring(log.url,7,-1)}
</c:if>
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
http://${log.url}
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
${log.url}
</c:if>
</td>
<td>

View File

@@ -275,11 +275,11 @@
<td>${log.pid}</td>
<td>
<c:if test="${fn:startsWith(log.url, 'http')}">
${log.url}
</c:if>
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
http://${log.url}
<c:if test="${fn:startsWith(log.url, 'http://')}">
${fn:substring(log.url,7,-1)}
</c:if>
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
${log.url}
</c:if>
</td>
<td>

View File

@@ -217,11 +217,11 @@ $(document).ready(function(){
<td>${log.pid}</td>
<td>
<c:if test="${fn:startsWith(log.url, 'http')}">
${log.url}
<c:if test="${fn:startsWith(log.url, 'http://')}">
${fn:substring(log.url,7,-1)}
</c:if>
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
http://${log.url}
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
${log.url}
</c:if>
</td>
<td>

View File

@@ -217,11 +217,11 @@ $(document).ready(function(){
<td>${log.pid}</td>
<td>
<c:if test="${fn:startsWith(log.url, 'http')}">
${log.url}
<c:if test="${fn:startsWith(log.url, 'http://')}">
${fn:substring(log.url,7,-1)}
</c:if>
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
http://${log.url}
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
${log.url}
</c:if>
</td>
<td>