在访问无效的UI 这个效果不好,要改成自定义的
<?php namespace app\controller; class ErrorController { public function __call($method,$args) { return 'error request!'; } }
之后就是提示
京公网安备 11010502049817号