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/0dcaa5cb4732a3f5a058d2ef90351867bd522ecc?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 bd9fbe5d3c
commit 0dcaa5cb47

@ -579,7 +579,7 @@
} }
showCurrentNotice(); showCurrentNotice();
setInterval(() => { setInterval(function () {
currentIndex = (currentIndex + 1) % noticeItems.length; currentIndex = (currentIndex + 1) % noticeItems.length;
showCurrentNotice(); showCurrentNotice();
}, 2500); }, 2500);

Loading…
Cancel
Save