From 1999bf947a99752f5ced1359aeab8635ad03b5be Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sun, 27 Nov 2016 11:28:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=E6=8E=A7=E5=88=B6=E5=99=A8?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=90=9C=E7=B4=A2=E7=9A=84=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Route.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Route.php b/library/think/Route.php index 2cc4a333..2fca9222 100644 --- a/library/think/Route.php +++ b/library/think/Route.php @@ -1223,7 +1223,7 @@ class Route $find = true; break; } else { - $dir .= DS . $val; + $dir .= DS . Loader::parseName($val); } } if ($find) {