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/1b31e52c1ab3d5121d3b167f1122cd4e09e33d3f You should set ROOT_URL correctly, otherwise the web may not work correctly.

提交修改

new-v20240713
dshclm 8 months ago
parent b7f9cf49cb
commit 1b31e52c1a

@ -566,7 +566,7 @@
})
document.addEventListener('DOMContentLoaded', function() {
var noticeInner = document.querySelector('.notice__inner');
var noticeItems = Array.from(document.querySelectorAll('.notice__item'));
var noticeItems = Array.prototype.slice.call(document.querySelectorAll('.notice__item'));
var currentIndex = 0;
if (noticeItems.length > 1) {
function showCurrentNotice() {

Loading…
Cancel
Save