|
...
|
...
|
@@ -74,7 +74,9 @@ class CustomTemplateLogic extends BaseLogic |
|
|
|
$this->fail('error');
|
|
|
|
}
|
|
|
|
//路由映射
|
|
|
|
RouteMap::setRoute($this->param['url'], RouteMap::SOURCE_PAGE, $id, $this->user['project_id']);
|
|
|
|
if(isset($this->param['url']) && !empty($this->param['url'])){
|
|
|
|
RouteMap::setRoute($this->param['url'], RouteMap::SOURCE_PAGE, $id, $this->user['project_id']);
|
|
|
|
}
|
|
|
|
//TODO::通知网站更新
|
|
|
|
$data = [
|
|
|
|
'project_id'=>$this->user['project_id'],
|
...
|
...
|
|