* @return mixed */ public function index(){ // ie浏览器判断 if (get_browser_type() == 'ie') { return $this->fetch(); } else { $this->redirect('admin/index/index'); } } }