浏览代码

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('');