fixed 优化前端路由

This commit is contained in:
zx 2018-07-03 12:40:19 +08:00
parent d57b783038
commit 6e3118143b

View File

@ -5,9 +5,7 @@
use think\Route;
Route::group('api', function () {
Route::miss('api/Index/index');
});
$afterBehavior = [
'\app\api\behavior\ApiAuth',
'\app\api\behavior\ApiPermission',