对应手册:点击查看
//成功跳转 $this->success(‘操作成功‘,‘index‘); //失败跳转 $this->error(‘操作失败‘); //直接跳转 $this->redirect(‘admin/goods/index‘);
thinkphp5.0 页面跳转与重定向
原文:https://www.cnblogs.com/dazahui/p/14389956.html