|
...
|
...
|
@@ -174,6 +174,7 @@ class VisualizationLogic extends BaseLogic |
|
|
|
* @time :2023/11/15 11:47
|
|
|
|
*/
|
|
|
|
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);
|
|
|
|
$type = $this->getType($this->param['source'],$this->param['source_id']);
|
...
|
...
|
|