修改文章分类的缓存

This commit is contained in:
augushong
2021-03-29 12:45:37 +08:00
parent a993db8781
commit 93be540b54
6 changed files with 22 additions and 4 deletions

View File

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