Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/zhky/src/commit/e0b30ea5a50beb0e4058806a3a32e8659c1f95f3/out/artifacts/zhyw_war_exploded/js/reloadVercode.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
zhky/out/artifacts/zhyw_war_exploded/js/reloadVercode.js

4 lines
144 B

//看不清,重新显示图像验证码
function reloadVercode(){
document.getElementById("authImg").src="../../auth.jpg?now="+ new Date();
}