data = ProUtils::getThemeParamFile($para_name, '.json', $themeDir); } else { $this->data = ProUtils::getParamFile($para_name); } } catch (ParameterException $e) { return redirect()->route('dashboard')->with('error', $e->getMessage()); } $this->converterData(); } }