|
...
|
...
|
@@ -44,7 +44,10 @@ class TemplateChunkRequest extends FormRequest |
|
|
|
];
|
|
|
|
|
|
|
|
// 更新场景
|
|
|
|
if(!$this->is('a/template/chunk/update')){
|
|
|
|
if($this->is('a/template/chunk/create')){
|
|
|
|
unset($rule['id']);
|
|
|
|
}
|
|
|
|
if($this->is('b/template/chunk/create')){
|
|
|
|
unset($rule['id']);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|