作者 lyh

gx

... ... @@ -373,9 +373,10 @@ class BTemplateLogic extends BaseLogic
if($source == BTemplate::SOURCE_HOME){
$type = 'index';
$route = '';
}
return $this->updateNotify(['project_id'=>$this->user['project_id'], 'type'=>$type, 'route'=>$route]);
}
return $this->success();
}
/**
* @remark :处理保存模版数据
... ...