正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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(''); |
-
请 注册 或 登录 后发表评论