mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
优化url,多应用之间不能互相根据路由生成url,没有研究透
This commit is contained in:
7
app/index/route/index.php
Normal file
7
app/index/route/index.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
use think\facade\Route;
|
||||
|
||||
Route::rule('a:uid', 'Post/read');
|
||||
Route::rule('i[:category_id]/s[:sub_category_id]/p[:page]', 'Index/index');
|
||||
|
||||
Reference in New Issue
Block a user