public function themeStatic()
{
$pathinfo = $_SERVER['REQUEST_URI'];
$this->redirect('http://'.$_SERVER['SERVER_NAME'].'/dist'.$pathinfo);
}
HTTP重定向与主题静态资源
public function themeStatic()
{
$pathinfo = $_SERVER['REQUEST_URI'];
$this->redirect('http://'.$_SERVER['SERVER_NAME'].'/dist'.$pathinfo);
}

被折叠的 条评论
为什么被折叠?