完成文档分类

This commit is contained in:
augushong
2021-03-29 12:33:31 +08:00
parent 6fd50e255d
commit a993db8781
11 changed files with 94 additions and 53 deletions

View File

@@ -2,4 +2,4 @@
use think\facade\Route;
Route::rule('doc/[:post_id]','Index/index');
Route::rule('doc/[:category_id]/[:post_id]','Index/index');