quguofeng 2 年之前
父节点
当前提交
f7b9ab6558
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/controller/admin/system/config/Config.php

+ 0 - 1
app/controller/admin/system/config/Config.php

@@ -66,7 +66,6 @@ class Config extends BaseController
         $where = $this->request->params(['keyword', 'config_classify_id', 'user_type']);
         [$page, $limit] = $this->getPage();
         $lst = $this->repository->lst($where, $page, $limit);
-        var_dump($lst);exit();
         return app('json')->success($lst);
     }