感謝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...
public static function from10_to58($num) { $to = 58; $dict="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; $dict=str_split($dict); $ret = ''; do { ...
新建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('未開啟導出'); ...