[{"F:\\zhima\\boniu\\boniuApi\\boniu\\src\\index.js":"1","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\reportWebVitals.js":"2","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\App.js":"3","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\components\\Navbar\\navbar.jsx":"4","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\components\\Overview\\overview.jsx":"5","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\StocksApiList.jsx":"6","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\IndexApiList.jsx":"7","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\components\\indexBasicInfo\\indexBasicInfo.jsx":"8","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\components\\StocksInfo\\stocksInfo.jsx":"9"},{"size":570,"mtime":1611572954549,"results":"10","hashOfConfig":"11"},{"size":375,"mtime":1611572954550,"results":"12","hashOfConfig":"11"},{"size":238,"mtime":1611572954543,"results":"13","hashOfConfig":"11"},{"size":3364,"mtime":1611634865659,"results":"14","hashOfConfig":"11"},{"size":283,"mtime":1611572954546,"results":"15","hashOfConfig":"11"},{"size":21810,"mtime":1611634742828,"results":"16","hashOfConfig":"11"},{"size":9378,"mtime":1611630947897,"results":"17","hashOfConfig":"11"},{"size":4146,"mtime":1611631432039,"results":"18","hashOfConfig":"11"},{"size":2143,"mtime":1611634293093,"results":"19","hashOfConfig":"11"},{"filePath":"20","messages":"21","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},"q0fshq",{"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},{"filePath":"33","messages":"34","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"35","messages":"36","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"37","usedDeprecatedRules":"22"},{"filePath":"38","messages":"39","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"F:\\zhima\\boniu\\boniuApi\\boniu\\src\\index.js",[],["40","41"],"F:\\zhima\\boniu\\boniuApi\\boniu\\src\\reportWebVitals.js",[],"F:\\zhima\\boniu\\boniuApi\\boniu\\src\\App.js",[],"F:\\zhima\\boniu\\boniuApi\\boniu\\src\\components\\Navbar\\navbar.jsx",[],"F:\\zhima\\boniu\\boniuApi\\boniu\\src\\components\\Overview\\overview.jsx",[],"F:\\zhima\\boniu\\boniuApi\\boniu\\src\\StocksApiList.jsx",[],"F:\\zhima\\boniu\\boniuApi\\boniu\\src\\IndexApiList.jsx",[],"F:\\zhima\\boniu\\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 const nowKey = this.props.location.state.key;\r\n const outPutList = this.props.location.state.data.outputResult;\r\n const errorList = this.props.location.state.data.errorResult;\r\n const title = this.props.location.state.name;\r\n return (\r\n