mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
完善路由和域名;
This commit is contained in:
@@ -3,5 +3,7 @@
|
||||
use think\facade\Route;
|
||||
|
||||
Route::rule('a:uid', 'Post/read');
|
||||
Route::rule('i[:category_id]/s[:sub_category_id]/p[:page]', 'Index/index');
|
||||
Route::rule('i<category_id?>/s<sub_category_id?>/p<page?>', 'Index/index');
|
||||
Route::rule('i<category_id?>/s/p<page?>', 'Index/index');
|
||||
Route::rule('i/s/p<page?>', 'Index/index');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user