mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
8 lines
144 B
PHP
8 lines
144 B
PHP
<?php
|
|
|
|
use think\facade\Route;
|
|
|
|
Route::rule('a:uid', 'Post/read');
|
|
Route::rule('i[:category_id]/s[:sub_category_id]/p[:page]', 'Index/index');
|
|
|