king
2021-05-17 62051226c0a9551dd85492b3f90087a032fb98c3
src/menu/components/tabs/tabsetting/settingform/index.jsx
@@ -12,6 +12,7 @@
  }
  state = {
    appType: sessionStorage.getItem('appType'),
    roleList: []
  }
@@ -54,7 +55,7 @@
  render() {
    const { setting } = this.props
    const { getFieldDecorator } = this.props.form
    const { roleList } = this.state
    const { roleList, appType } = this.state
    const formItemLayout = {
      labelCol: {
@@ -121,7 +122,7 @@
                )}
              </Form.Item>
            </Col>
            <Col span={12}>
            {appType !== 'mob' ? <Col span={12}>
              <Form.Item label={
                <Tooltip placement="topLeft" title="标签位置为top时有效,默认值为line。">
                  <Icon type="question-circle" />
@@ -137,7 +138,7 @@
                  </Radio.Group>
                )}
              </Form.Item>
            </Col>
            </Col> : null}
            <Col span={12}>
              <Form.Item label="黑名单">
                {getFieldDecorator('blacklist', {