全局404、500跳转在YourJFinalConfig extends JFinalConfig类中的configConstant(Constants me) 方法中配置即可:
me.setError404View("/common/error_404.html");me.setError500View("/common/error_500.html");
但是上面的配置只能跳转到一个界面,现在在写app的后台,希望出现全局404,500时返回一个Json数据,应该如何设置?
记得搞定后回来分享一下:http://jfinal.com/share