diff --git a/web/views/index/hlist.html b/web/views/index/hlist.html index 6e9b686..e3613c4 100644 --- a/web/views/index/hlist.html +++ b/web/views/index/hlist.html @@ -134,8 +134,9 @@ halign: 'center', visible: true,//false表示不显示 formatter: function (value, row, index) { + hosturl = ((row.Scheme == 'http' ) ? 'http://' : 'https://') + row.Host + row.Location if (row.Client.IsConnect) { - return '' + return '' } else { return '' }