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