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

4 lines
144 B

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