正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -69,8 +69,6 @@ class CustomTemplateLogic extends BaseLogic | @@ -69,8 +69,6 @@ class CustomTemplateLogic extends BaseLogic | ||
| 69 | }else{ | 69 | }else{ |
| 70 | if($this->param['url'] == $this->model::NOT_FOUND_PAGE_URL){ | 70 | if($this->param['url'] == $this->model::NOT_FOUND_PAGE_URL){ |
| 71 | $this->fail('404页面已存在'); | 71 | $this->fail('404页面已存在'); |
| 72 | - }else{ | ||
| 73 | - $this->param['url'] = $this->param['url'].'-tag'; | ||
| 74 | } | 72 | } |
| 75 | $this->param['project_id'] = $this->user['project_id']; | 73 | $this->param['project_id'] = $this->user['project_id']; |
| 76 | $id = $this->model->addReturnId($this->param); | 74 | $id = $this->model->addReturnId($this->param); |
-
请 注册 或 登录 后发表评论