正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -186,6 +186,8 @@ class BTemplateLogic extends BaseLogic | @@ -186,6 +186,8 @@ class BTemplateLogic extends BaseLogic | ||
| 186 | $this->model->edit($this->param,['id'=>$info['id']]); | 186 | $this->model->edit($this->param,['id'=>$info['id']]); |
| 187 | } | 187 | } |
| 188 | $this->setTemplateLog($this->param); | 188 | $this->setTemplateLog($this->param); |
| 189 | + //路由映射 | ||
| 190 | + RouteMap::setRoute('index', RouteMap::SOURCE_PAGE, 0, $this->user['project_id']); | ||
| 189 | DB::commit(); | 191 | DB::commit(); |
| 190 | }catch (\Exception $e){ | 192 | }catch (\Exception $e){ |
| 191 | DB::rollBack(); | 193 | DB::rollBack(); |
-
请 注册 或 登录 后发表评论