import React, {Component} from 'react';
import {Card} from 'antd';
import TencentConfig from './tencent/TencentConfig';
import AliConfig from './ali/AliConfig';
import AmazonConfig from './amazon/AmazonConfig';
import HuaweiConfig from './huawei/HuaweiConfig';
import './index.css';
const tabListNoTitle = [{
key: 'tencent',
tab: 'Tencent',
}, {
key: 'aliyun',
tab: 'Aliyun',
}, {
key: 'amazon',
tab: 'AWS',
}];
const contentListNoTitle = {
tencent: