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

提交修改

new-v20240713
dshclm 8 months ago
parent bd9fbe5d3c
commit 0dcaa5cb47

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

Loading…
Cancel
Save