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/d18ddba481b1c57de415f9bbc2609c87c9272ccd?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
10 additions and
10 deletions
@ -16,18 +16,8 @@
align-items: center;
align-items: center;
justify-content: space-between;
justify-content: space-between;
}
}
.fd-footer-bg {
position: absolute;
bottom: 62px;
left: 0;
z-index: -1;
width: 100%;
height: 539px;
background: url(/home/base/icon-footer-bg.png) center no-repeat;
}
< / style >
< / style >
< / head >
< / head >
< div class = "fd-footer-bg" > < / div >
< div id = "footer" class = "layui-row" >
< div id = "footer" class = "layui-row" >
< div class = "footer_box" >
< div class = "footer_box" >
< div >
< div >
@ -134,6 +134,15 @@
/* text-align: center;*/
/* text-align: center;*/
/* padding: 0 14px;*/
/* padding: 0 14px;*/
/*}*/
/*}*/
.fd-footer-bg {
position: absolute;
top: 105%;
left: 0;
z-index: -1;
width: 100%;
height: 539px;
background: url(/home/base/icon-footer-bg.png) center no-repeat;
}
< / style >
< / style >
< / head >
< / head >
< div id = "hd" >
< div id = "hd" >
@ -185,6 +194,7 @@
< button class = "layui-btn" onclick = "queryList()" style = "background-color: rgb(51, 111, 184);" > 搜索< / button >
< button class = "layui-btn" onclick = "queryList()" style = "background-color: rgb(51, 111, 184);" > 搜索< / button >
< / form >
< / form >
< / ul >
< / ul >
< div class = "fd-footer-bg" > < / div >
< / div >
< / div >
< script th:src = "@{/js/jquery.min.js?v=3.6.3}" > < / script >
< script th:src = "@{/js/jquery.min.js?v=3.6.3}" > < / script >
< script th:src = "@{/home/lib/layui.js}" > < / script >
< script th:src = "@{/home/lib/layui.js}" > < / script >