mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-04 11:33:29 +08:00
5 lines
91 B
PHP
5 lines
91 B
PHP
<?php
|
|
|
|
use think\facade\Route;
|
|
|
|
Route::rule('doc/[:category_id]/[:post_id]','Index/index'); |