中秋节快乐
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
|
||||
use think\facade\Route;
|
||||
|
||||
|
||||
Route::get('s/<name>-<page?>-<cate?>','index/index/list',[],['name' => '.+', 'id' => '\d+', 'cate' => '\d+']);
|
||||
Route::get('d/:id','index/index/detail');
|
||||
Route::get('sitemap.xml', 'index/sitemap/index');
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user