|
...
|
...
|
@@ -175,8 +175,7 @@ class VisualizationLogic extends BaseLogic |
|
|
|
*/
|
|
|
|
public function saveHtml(){
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export(11111, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$page_array = $this->user['is_visualization']['page_array'];
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($page_array, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$page_array = (array)$this->user['is_visualization']->page_array;
|
|
|
|
$type = $this->getType($this->param['source'],$this->param['source_id']);
|
|
|
|
if(in_array($type,$page_array)){//定制页面
|
|
|
|
$bTemplateModel = new BTemplate();
|
...
|
...
|
|