作者 lyh

gx

@@ -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 }