多应用URL生成时,控制器大写了

浏览:562 发布日期:2019/12/27
5.0.0 - 普通 - 未处理
组件版本topthink/framework 6.0.1
topthink/think-multi-app 1.0.11
控制器代码<?php
namespace app\index\controller;

class Index
{
    public function index()
    {
        echo url('test', [], true, true);
    }
}
输出

http://localhost/index/Index/test.html

截图

https://wx.jmyuanren.com/Uploads/temp/wechat_20191227130215.png
评论(
后面还有条评论,点击查看>>