Files
layui-ul/app/index/route/app.php
2021-03-29 12:33:31 +08:00

5 lines
91 B
PHP

<?php
use think\facade\Route;
Route::rule('doc/[:category_id]/[:post_id]','Index/index');