正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -106,7 +106,7 @@ class DocController | @@ -106,7 +106,7 @@ class DocController | ||
106 | */ | 106 | */ |
107 | protected function show($name, $vars = [], $config = []) | 107 | protected function show($name, $vars = [], $config = []) |
108 | { | 108 | { |
109 | - $vars = array_merge(['root'=>$this->root], $vars); | 109 | + $vars = array_merge(['root'=> $this->request->domain().$this->root], $vars); |
110 | return $this->view->fetch($name, $vars, $config); | 110 | return $this->view->fetch($name, $vars, $config); |
111 | } | 111 | } |
112 | 112 |
-
请 注册 或 登录 后发表评论