感谢likeadmin作者,此项目基于likeadmin的thinkphp6版本修改而来 likeadmin文档地址:https://www.likeadmin.cn/ 后端git地址:https://gitee.com/MuZJun/gather-admin.git 前端git地址:https://gitee.com/MuZJun/gather-vue.git thinkphp6多应用请求接口/admin/auth...
新建exception文件夹,新增文件Handle.php文件 <?php namespace App\service\exception; use Webman\Exception\ExceptionHandler; use Webman\Http\Request; use Webman\Http\Response; use Throwable; class Handler extends Except...
protected $is_export = false;//是否开启导出 protected $exportName = '';//导出excel名称 protected $exportField = '';//导出excel名称 public function create() { if(!$this->is_export) $this->error('未开启导出'); ...