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