Skip to content

这个位置的代码会导致首页不使用自定义路由问题,这个位置判断一下 is_dir 再去 setRoutePath 会比较合理一些 #33

@usheweb

Description

@usheweb

$this->app->http->setRoutePath($this->getRoutePath());

这个位置的代码会导致首页不使用自定义路由问题,这个位置判断一下 is_dir 再去 setRoutePath 会比较合理一些,/ 这个首页路由得去index下创建route目录才能解决。所以应该加个判断,目录存在再去 setRoutePath

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions