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/bd9fbe5d3cdfb939675dfbd6beb83f19d1b935eb?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
10 additions and
6 deletions
@ -92,6 +92,9 @@
< / a >
< / div >
< / div >
< span style = "position: absolute;top: 45%;left: 20%;" th:if = "${urlList.isEmpty()}" >
< img src = "/home/base/nodata.png" / >
< / span >
< / div >
< / div >
< div class = "layui-col-md6" >
@ -116,8 +119,9 @@
< span class = "time" > [[${#dates.format(notice.createTime, 'yyyy年MM月dd日')}]] < / span >
< / li >
< / ul >
< span style = "position: absolute;top: 45%;left: 45%;" th:if = "${noticeList.isEmpty()}" >
< p > 暂无内容< / p >
< span style = "position: absolute;top: 45%;left: 20%;" th:if = "${noticeList.isEmpty()}" >
<!-- <p>暂无内容</p> -->
< img src = "/home/base/nodata.png" / >
< / span >
< / div >
< / div >
@ -165,8 +169,8 @@
< span class = "time" > [[${work.createBy}]]< / span >
< / li >
< / ul >
< span style = "position: absolute;top: 45%;left: 45 %;" th:if = "${workList.isEmpty()}" >
< p> 暂无内容< / p >
< span style = "position: absolute;top: 45%;left: 20 %;" th:if = "${workList.isEmpty()}" >
< img src = "/home/base/nodata.png" / >
< / span >
< / div >
< / div >
@ -257,8 +261,8 @@
< span class = "time" > [[${business.createBy}]]< / span >
< / li >
< / ul >
< span style = "position: absolute;top: 45%;left: 45 %;" th:if = "${workList.isEmpty()}" >
< p > 暂无内容< / p >
< span style = "position: absolute;top: 45%;left: 30 %;" th:if = "${workList.isEmpty()}" >
< img src = "/home/base/nodata.png" / >
< / span >
< / div >
< / div >