[{"D:\\wampServer\\www\\boniuApi\\boniu\\src\\index.js":"1","D:\\wampServer\\www\\boniuApi\\boniu\\src\\reportWebVitals.js":"2","D:\\wampServer\\www\\boniuApi\\boniu\\src\\App.js":"3","D:\\wampServer\\www\\boniuApi\\boniu\\src\\components\\Navbar\\navbar.jsx":"4","D:\\wampServer\\www\\boniuApi\\boniu\\src\\StocksApiList.jsx":"5","D:\\wampServer\\www\\boniuApi\\boniu\\src\\IndexApiList.jsx":"6","D:\\wampServer\\www\\boniuApi\\boniu\\src\\components\\Overview\\overview.jsx":"7","D:\\wampServer\\www\\boniuApi\\boniu\\src\\components\\StocksApi\\stocks.jsx":"8","D:\\wampServer\\www\\boniuApi\\boniu\\src\\components\\indexBasicInfo\\indexBasicInfo.jsx":"9"},{"size":552,"mtime":1611311898719,"results":"10","hashOfConfig":"11"},{"size":362,"mtime":499162500000,"results":"12","hashOfConfig":"11"},{"size":238,"mtime":1611540950308,"results":"13","hashOfConfig":"11"},{"size":3078,"mtime":1611567072773,"results":"14","hashOfConfig":"11"},{"size":733,"mtime":1611558530628,"results":"15","hashOfConfig":"11"},{"size":4137,"mtime":1611562437673,"results":"16","hashOfConfig":"11"},{"size":283,"mtime":1611566558761,"results":"17","hashOfConfig":"11"},{"size":2949,"mtime":1611540950318,"results":"18","hashOfConfig":"11"},{"size":3649,"mtime":1611558327133,"results":"19","hashOfConfig":"11"},{"filePath":"20","messages":"21","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},"kug5qb",{"filePath":"23","messages":"24","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"25","messages":"26","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"27","messages":"28","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"29","messages":"30","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"31","messages":"32","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"33","messages":"34","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"35","messages":"36","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"37","messages":"38","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"39","usedDeprecatedRules":"22"},"D:\\wampServer\\www\\boniuApi\\boniu\\src\\index.js",[],["40","41"],"D:\\wampServer\\www\\boniuApi\\boniu\\src\\reportWebVitals.js",[],"D:\\wampServer\\www\\boniuApi\\boniu\\src\\App.js",[],"D:\\wampServer\\www\\boniuApi\\boniu\\src\\components\\Navbar\\navbar.jsx",[],"D:\\wampServer\\www\\boniuApi\\boniu\\src\\StocksApiList.jsx",[],"D:\\wampServer\\www\\boniuApi\\boniu\\src\\IndexApiList.jsx",[],"D:\\wampServer\\www\\boniuApi\\boniu\\src\\components\\Overview\\overview.jsx",[],"D:\\wampServer\\www\\boniuApi\\boniu\\src\\components\\StocksApi\\stocks.jsx",[],"D:\\wampServer\\www\\boniuApi\\boniu\\src\\components\\indexBasicInfo\\indexBasicInfo.jsx",["42"],"import React from \"react\";\r\nimport \"./indexBasicInfo.css\";\r\nimport { Typography, Table, Button } from \"antd\";\r\n\r\nconst { Text, Title, Link } = Typography;\r\n\r\nclass indexBasicInfo extends React.Component {\r\n constructor(props) {\r\n super(props);\r\n // this.title = title[props.location.pathname];\r\n }\r\n render() {\r\n console.log(this.props.location.state);\r\n const outPutList = this.props.location.state.outputResult;\r\n const errorList = this.props.location.state.errorResult;\r\n return (\r\n