Files
layui-ul/app/index/route/app.php
2021-03-23 20:28:30 +08:00

5 lines
76 B
PHP

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