From 1da6506bf58270bacc2a4345002c6b082835580e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 21 十月 2021 23:17:08 +0800 Subject: [PATCH] 2021-10-21 --- src/pc/quotecomponent/settingform/index.jsx | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/pc/quotecomponent/settingform/index.jsx b/src/pc/quotecomponent/settingform/index.jsx index afadc00..96a871f 100644 --- a/src/pc/quotecomponent/settingform/index.jsx +++ b/src/pc/quotecomponent/settingform/index.jsx @@ -2,8 +2,6 @@ import PropTypes from 'prop-types' import { Form, Row, Col, Select } from 'antd' -import './index.scss' - class SettingForm extends Component { static propTpyes = { dict: PropTypes.object, // 瀛楀吀椤� @@ -19,7 +17,7 @@ try { appMenus = JSON.parse(appMenus) appMenus = appMenus.filter(item => item.keys_type !== 'index') - } catch { + } catch (e) { appMenus = [] } } else { -- Gitblit v1.8.0