作者 邓超

v2

@@ -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