| | |
| | | } else if (res.VType === 'role') { |
| | | param.VType = 'mob_roletree' |
| | | param.upid = md5(window.GLOB.appkey + kei_no + kei_no_detail + lang) |
| | | } else if (res.VType === 'app') { |
| | | param.VType = 'Vkei' |
| | | } |
| | | |
| | | Api.getCloudConfig(param).then(result => { |
| | |
| | | <Col span={12}> |
| | | <div className="app-item"> |
| | | <div className="label">网站图标:</div> |
| | | <div className="content">{item.favicon ? <img style={{width: '30px', height: '30px'}} src={item.favicon} alt="" /> : '无'}</div> |
| | | <div className="content">{item.favicon ? <img style={{width: '18px', height: '18px'}} src={item.favicon} alt="" /> : '无'}</div> |
| | | </div> |
| | | </Col> |
| | | </Row> |