Forráskód Böngészése

apigroup 地区不显示

xy 7 éve
szülő
commit
6a9529fbe4
1 módosított fájl, 14 hozzáadás és 14 törlés
  1. 14 14
      src/app/common/deploy/tencent/APIGroupCard.js

+ 14 - 14
src/app/common/deploy/tencent/APIGroupCard.js

@@ -188,20 +188,20 @@ class APIGroupCard extends Component {
                             <Input value={this.state.groupName} style={{width: 400}}
                                    onChange={this.switchConfig('groupName')}/>
                         </div>
-                        <div style={{marginBottom: 10}}>
-                            <span className='vice-title'>{valueToKey['region']}
-                                <span> </span>
-                                <Tooltip placement="top" title={toolTipTitle['region']}>
-                                    <Icon type="question-circle"/>
-                                </Tooltip>
-                            </span>
-                            <Radio.Group onChange={this.switchConfig('groupRegion')} value={removePrefix('ap-', this.state.groupRegion)} buttonStyle="solid">
-                                <Radio.Button value="guangzhou">Guangzhou</Radio.Button>
-                                <Radio.Button value="shanghai">Shanghai</Radio.Button>
-                                <Radio.Button value="beijing">Beijing</Radio.Button>
-                                <Radio.Button value="chengdu">Chengdu</Radio.Button>
-                            </Radio.Group>
-                        </div>
+                        {/*<div style={{marginBottom: 10}}>*/}
+                            {/*<span className='vice-title'>{valueToKey['region']}*/}
+                                {/*<span> </span>*/}
+                                {/*<Tooltip placement="top" title={toolTipTitle['region']}>*/}
+                                    {/*<Icon type="question-circle"/>*/}
+                                {/*</Tooltip>*/}
+                            {/*</span>*/}
+                            {/*<Radio.Group onChange={this.switchConfig('groupRegion')} value={removePrefix('ap-', this.state.groupRegion)} buttonStyle="solid">*/}
+                                {/*<Radio.Button value="guangzhou">Guangzhou</Radio.Button>*/}
+                                {/*<Radio.Button value="shanghai">Shanghai</Radio.Button>*/}
+                                {/*<Radio.Button value="beijing">Beijing</Radio.Button>*/}
+                                {/*<Radio.Button value="chengdu">Chengdu</Radio.Button>*/}
+                            {/*</Radio.Group>*/}
+                        {/*</div>*/}
                         <div style={{marginBottom: 10}}>
                             <span className='vice-title'>{valueToKey['frontType']}
                                 <span> </span>