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/f287a39706778a59fd43649b8f41776e1d0fa77b?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

提交修改

new-v20240713
dshclm 9 months ago
parent a37b8f98c9
commit f287a39706

@ -725,7 +725,7 @@
<a href="business_view.html" target="_blank">更多+</a> <a href="business_view.html" target="_blank">更多+</a>
</span> </span>
</div> </div>
<div class="layui-card-body"> <div class="layui-card-body" style="max-height: 400px;overflow: hidden;">
<ul class="newslist-to"> <ul class="newslist-to">
<li style="list-style: none" th:each="business,status : ${businessList}" th:class="${status.count == 1 ? 'firstLi' : (status.count == 2 ? 'secondLi' : (status.count == 3 ? 'thirdLi' : ''))}"> <li style="list-style: none" th:each="business,status : ${businessList}" th:class="${status.count == 1 ? 'firstLi' : (status.count == 2 ? 'secondLi' : (status.count == 3 ? 'thirdLi' : ''))}">
<span <span

Loading…
Cancel
Save