From a6b4a1d3557792fdb7d46f6319fa54bada33f143 Mon Sep 17 00:00:00 2001 From: Jayin Ton Date: Mon, 6 Jul 2020 16:16:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=B3=E9=97=AD=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/install.php b/public/install.php index c0ba3f6e..b6239e57 100644 --- a/public/install.php +++ b/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('');