打开另一个应用失败

This commit is contained in:
augushong
2020-10-20 11:46:10 +08:00
parent 63ec3c4356
commit 75f68fff25

View File

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