后台直接进入前台

This commit is contained in:
augushong
2020-10-20 10:12:14 +08:00
parent 4a04418766
commit 63ec3c4356
5 changed files with 49 additions and 6 deletions

View File

@@ -1,2 +1,5 @@
<?php
use think\facade\Route;
use think\facade\Route;
Route::rule('a:uid', 'Post/read');
Route::rule('i[:category_id]/s[:sub_category_id]/p[:page]', 'Index/index');