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