From 6679b4ac5418642566e93151a72e76b9d1b84500 Mon Sep 17 00:00:00 2001 From: xurongyao Date: Sat, 15 Sep 2018 20:17:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=A8=A1=E5=BC=8F=20?= =?UTF-8?q?=E4=B8=8D=E6=94=AF=E6=8C=81=E4=BC=AA=E9=9D=99=E6=80=81=E5=8F=AF?= =?UTF-8?q?=E5=BC=80=E5=90=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/route.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/route.php b/application/route.php index 5ef9e2c7..cb666f64 100644 --- a/application/route.php +++ b/application/route.php @@ -9,9 +9,10 @@ // | Author: liu21st // +---------------------------------------------------------------------- use \think\Route; - +//兼容模式 不支持伪静态可开启 +//\think\Url::root('index.php?s='); Route::group('admin',function(){ - Route::rule('/index2','admin/Index/index2','get'); +// Route::rule('/index2','admin/Index/index2','get'); // Route::controller('index','admin/Index'); // resource('system_menus','SystemMenus'); // Route::rule('/menus','SystemMenus','get');