This commit is contained in:
tsf 2024-04-26 10:28:20 +08:00
parent 305a649d0d
commit e37ffd5c70
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ namespace app\app\controller;
use think\Controller; use think\Controller;
class Download extends Controller{ class Download extends Controller{
public function demo(){ public function demo(){
echo '你好'; echo '你好';

View File

@ -87,7 +87,7 @@ return [
// URL参数方式 0 按名称成对解析 1 按顺序解析 // URL参数方式 0 按名称成对解析 1 按顺序解析
'url_param_type' => 0, 'url_param_type' => 0,
// 是否开启路由 // 是否开启路由
'url_route_on' => true, 'url_route_on' => false,
// 路由使用完整匹配 // 路由使用完整匹配
'route_complete_match' => false, 'route_complete_match' => false,
// 路由配置文件(支持配置多个) // 路由配置文件(支持配置多个)