|
...
|
...
|
@@ -185,7 +185,7 @@ class CustomTemplateLogic extends BaseLogic |
|
|
|
$this->param['html_style'] = "<style id='globalsojs-styles'></style>";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(($this->param['url'] == 'news') || ($this->param['url'] == 'product') || ($this->param['url'] == 'blog')){
|
|
|
|
if(($this->param['url'] == 'news') || ($this->param['url'] == 'products') || ($this->param['url'] == 'blog')){
|
|
|
|
$this->fail('不允许修改路由为:'.$this->param['url']);
|
|
|
|
}
|
|
|
|
$this->param['project_id'] = $this->user['project_id'];
|
...
|
...
|
|