From c0ab3899cabd13e1b94da36837e1f3918fedba20 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 18 Jul 2019 11:03:17 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E5=A2=9E=E5=8A=A0ThinkAdmi?= =?UTF-8?q?n=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/app.php b/config/app.php index 7631c8fe5..ad6afc1d0 100644 --- a/config/app.php +++ b/config/app.php @@ -20,4 +20,6 @@ return [ 'app_trace' => false, // URL参数方式 0 按名称成对解析 1 按顺序解析 'url_param_type' => 1, + // 当前 ThinkAdmin 版本号 + 'thinkadmin_ver' => 'v5', ];