소스 검색

Merge https://github.com/karsonzhang/fastadmin

Karson 4 년 전
부모
커밋
da4402b44e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/install.php

+ 1 - 1
public/install.php

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