|
...
|
...
|
@@ -69,8 +69,6 @@ class CustomTemplateLogic extends BaseLogic |
|
|
|
}else{
|
|
|
|
if($this->param['url'] == $this->model::NOT_FOUND_PAGE_URL){
|
|
|
|
$this->fail('404页面已存在');
|
|
|
|
}else{
|
|
|
|
$this->param['url'] = $this->param['url'].'-tag';
|
|
|
|
}
|
|
|
|
$this->param['project_id'] = $this->user['project_id'];
|
|
|
|
$id = $this->model->addReturnId($this->param);
|
...
|
...
|
|