mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-03-17 11:13:45 +00:00
兼容模式 不支持伪静态可开启
This commit is contained in:
parent
522f613be1
commit
6679b4ac54
@ -9,9 +9,10 @@
|
|||||||
// | Author: liu21st <liu21st@gmail.com>
|
// | Author: liu21st <liu21st@gmail.com>
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
use \think\Route;
|
use \think\Route;
|
||||||
|
//兼容模式 不支持伪静态可开启
|
||||||
|
//\think\Url::root('index.php?s=');
|
||||||
Route::group('admin',function(){
|
Route::group('admin',function(){
|
||||||
Route::rule('/index2','admin/Index/index2','get');
|
// Route::rule('/index2','admin/Index/index2','get');
|
||||||
// Route::controller('index','admin/Index');
|
// Route::controller('index','admin/Index');
|
||||||
// resource('system_menus','SystemMenus');
|
// resource('system_menus','SystemMenus');
|
||||||
// Route::rule('/menus','SystemMenus','get');
|
// Route::rule('/menus','SystemMenus','get');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user