Skip to content

Commit

Permalink
Update CurdService.php
Browse files Browse the repository at this point in the history
  • Loading branch information
funadmin authored Sep 3, 2022
1 parent a846d50 commit d7d9783
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/curd/service/CurdService.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class CurdService
*/
protected $database = 'funadmin';
protected $driver = 'mysql';
protected $isapp = false;
protected $force = false;
protected $jump = true;//跳过文件
protected $rootPath;
Expand Down Expand Up @@ -151,6 +152,7 @@ protected function setArg()
$this->nodeType = $this->addon?'addons_url':'__u';
$this->module = $this->config['module'] ?: 'backend';
$this->force = $this->config['force'];
$this->isapp = $this->config['app'];
$this->jump = $this->config['jump'];
$this->limit = $this->config['limit'] ?:15;
$this->page = (empty($this->config['page']) || $this->config['page']=='true')? "true" : 'false';
Expand Down

0 comments on commit d7d9783

Please sign in to comment.