正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -373,8 +373,6 @@ class BTemplateLogic extends BaseLogic | @@ -373,8 +373,6 @@ class BTemplateLogic extends BaseLogic | ||
| 373 | if($source == BTemplate::SOURCE_HOME){ | 373 | if($source == BTemplate::SOURCE_HOME){ |
| 374 | $type = 'index'; | 374 | $type = 'index'; |
| 375 | $route = ''; | 375 | $route = ''; |
| 376 | - //路由映射 | ||
| 377 | - RouteMap::setRoute('index', RouteMap::SOURCE_PAGE, 0, $this->user['project_id']); | ||
| 378 | } | 376 | } |
| 379 | return $this->updateNotify(['project_id'=>$this->user['project_id'], 'type'=>$type, 'route'=>$route]); | 377 | return $this->updateNotify(['project_id'=>$this->user['project_id'], 'type'=>$type, 'route'=>$route]); |
| 380 | } | 378 | } |
-
请 注册 或 登录 后发表评论