import React from "react";
import "./indexBasicInfo.css";
import { Typography, Table, Button } from "antd";
const { Text, Title, Link } = Typography;
function hasClass(para) {
let flag = false;
para.forEach((item) => {
if (item.children) {
flag = true;
}
});
return flag;
}
class indexBasicInfo extends React.Component {
constructor(props) {
super(props);
// this.title = title[props.location.pathname];
}
render() {
const sdkurl = this.props.location.state.sdk_url;
const apiurl = this.props.location.state.apiurl;
const inputPara = this.props.location.state.inputpara.map((item, index) => {
return