Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/work-portal/commit/a29a07a90f7096fdeb86b4d3c69f06b135c2ac60?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
8 additions and
3 deletions
@ -617,6 +617,11 @@
color: #0b61d3;
font-family: layui-icon!important;
}
.layui-carousel-ind {
top: -31px;
text-align: right;
}
< / style >
< / head >
< body class = "layui-bg-gray" style = "" >
@ -642,7 +647,7 @@
< / div >
< div class = "layui-row layui-col-space1" >
< div class = "layui-col-md6" >
< div class = "layui-carousel" id = "ID-carousel-demo-image" style = "width: 650px;height: 4 33 px;">
< div class = "layui-carousel" id = "ID-carousel-demo-image" style = "width: 650px;height: 4 62 px;">
< div carousel-item >
< tbody th:each = "url,status : ${urlList}" >
< a th:href = "@{/public_view.html(type=2,id=${url.workId})}" th:title = "${url.workTitle}" target = "_blank" >
@ -1005,9 +1010,9 @@
elem: '#ID-carousel-demo-image',
autoplay: true,
interval: 4000,
indicator: 'out side',
indicator: 'in side',
width: '650px',
height: '433 px',
height: '462 px',
anim: 'fade',
});
});