正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -87,7 +87,7 @@ class Index extends Base | @@ -87,7 +87,7 @@ class Index extends Base | ||
| 87 | 87 | ||
| 88 | $page['show_html'] = str_replace('<title></title>','<title>'.$page['title'].'</title>',$page['show_html']); | 88 | $page['show_html'] = str_replace('<title></title>','<title>'.$page['title'].'</title>',$page['show_html']); | 
| 89 | 89 | ||
| 90 | - return response($page,200,['Content-Type'=>'text/html;charset=urt-8;']); | 90 | + return response($page['show_html'],200,['Content-Type'=>'text/html;charset=urt-8;']); | 
| 91 | } | 91 | } | 
| 92 | 92 | ||
| 93 | 93 | 
- 
请 注册 或 登录 后发表评论