Ken 2 周之前
父节点
当前提交
b087c63298
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/Http/Controllers/admin/Config.php

+ 0 - 1
app/Http/Controllers/admin/Config.php

@@ -66,7 +66,6 @@ class Config extends Controller
 
 
 
 
         request()->validate($validator);
         request()->validate($validator);
-        unset($params['field']);
         $ret = ConfigService::submit($params);
         $ret = ConfigService::submit($params);
         if ($ret['code'] == ConfigService::NOT) {
         if ($ret['code'] == ConfigService::NOT) {
             return $this->error($ret['code'], $ret['msg']);
             return $this->error($ret['code'], $ret['msg']);