萌新求助 TP6多应用模式路由问题

浏览:447 发布日期:2020/07/01 分类:ThinkPHP6专区 关键字: 路由
-app
-----index
----------controller
--------------Index.php
----------route
---------------route.phproute.php
<?php

use think\facade\Route;

Route::rule('/','Index/index/index');

Route::rule('home','Index/index/home');
为什么我只能通过
/index/home.html
来访问
而不是
/home.html
最佳答案
评论( 相关
后面还有条评论,点击查看>>