作者 Karson
@@ -21,7 +21,7 @@ require __DIR__ . '/../thinkphp/base.php'; @@ -21,7 +21,7 @@ require __DIR__ . '/../thinkphp/base.php';
21 \think\Route::bind('\app\admin\command\Install', 'controller'); 21 \think\Route::bind('\app\admin\command\Install', 'controller');
22 22
23 // 关闭路由 23 // 关闭路由
24 -\think\App::route(true); 24 +\think\App::route(false);
25 25
26 // 设置根url 26 // 设置根url
27 \think\Url::root(''); 27 \think\Url::root('');