5.0.0 - 严重 - 未处理
我的应用目录是 /test 命名空间是 test
当前目录下只有一个应用 /test/controller
自动多应用 auto_multi_app 为 true
访问 http://kelove.vip/index.php/test
$this->multi = false 报错 controller not exists:test\controller\Test
$this->multi = true 报错 controller not exists:app\test\controller\Index
这个不是应该访问 test\controller\Index吗?