bug
colly_wyx
2018-05-09 f70b63d5f3644f4983c71ef59b7a48c115b72f1d
application/controllers/Error.php
@@ -14,6 +14,9 @@
         case 'no_data':
            $msg = '数据不存在';
            break;
         case 'no_auth':
            $msg = '权限不足,无法访问';
            break;
         case 'not_found':
            $msg = '页面未找到';
            break;