[{"F:\\zhima\\boniu\\boniuApi\\boniu\\src\\index.js":"1","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\App.js":"2","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\reportWebVitals.js":"3","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\components\\Navbar\\navbar.jsx":"4","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\IndexApiList.jsx":"5","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\StocksApiList.jsx":"6","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\components\\Overview\\overview.jsx":"7","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\components\\StocksApi\\stocks.jsx":"8","F:\\zhima\\boniu\\boniuApi\\boniu\\src\\components\\indexBasicInfo\\indexBasicInfo.jsx":"9"},{"size":570,"mtime":1611572954549,"results":"10","hashOfConfig":"11"},{"size":238,"mtime":1611572954543,"results":"12","hashOfConfig":"11"},{"size":375,"mtime":1611572954550,"results":"13","hashOfConfig":"11"},{"size":3330,"mtime":1611574269515,"results":"14","hashOfConfig":"11"},{"size":4140,"mtime":1611572954543,"results":"15","hashOfConfig":"11"},{"size":9567,"mtime":1611574344867,"results":"16","hashOfConfig":"11"},{"size":283,"mtime":1611572954546,"results":"17","hashOfConfig":"11"},{"size":2949,"mtime":1611572954547,"results":"18","hashOfConfig":"11"},{"size":3649,"mtime":1611572954547,"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":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"29","usedDeprecatedRules":"22"},{"filePath":"30","messages":"31","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"32","messages":"33","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"34","messages":"35","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"36","messages":"37","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"38","messages":"39","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"40","usedDeprecatedRules":"22"},"F:\\zhima\\boniu\\boniuApi\\boniu\\src\\index.js",[],["41","42"],"F:\\zhima\\boniu\\boniuApi\\boniu\\src\\App.js",[],"F:\\zhima\\boniu\\boniuApi\\boniu\\src\\reportWebVitals.js",[],"F:\\zhima\\boniu\\boniuApi\\boniu\\src\\components\\Navbar\\navbar.jsx",["43"],"import React, { Component } from \"react\";\r\nimport { Route, Switch, Link, withRouter} from \"react-router-dom\";\r\nimport Overview from \"../../components/Overview/overview\";\r\nimport Stocks from \"../../components/StocksApi/stocks\";\r\nimport indexBasicInfo from \"../../components/indexBasicInfo/indexBasicInfo\";\r\nimport stocksApiList from \"../../StocksApiList\";\r\nimport indexApiList from \"../../IndexApiList\";\r\nimport \"antd/dist/antd.css\";\r\nimport \"./navbar.css\";\r\nimport { Layout, Menu } from \"antd\";\r\nimport {\r\n UserOutlined,\r\n LaptopOutlined,\r\n NotificationOutlined\r\n} from \"@ant-design/icons\";\r\nconst { SubMenu } = Menu;\r\nconst { Header, Content, Sider } = Layout;\r\nclass NavBar extends Component {\r\n constructor(props) {\r\n super(props);\r\n this.state = {\r\n userInfo: {}\r\n };\r\n }\r\n render() {\r\n // let { match } = this.props;\r\n const pathNames = this.props.history.location.pathname;\r\n let defaultS = [];\r\n defaultS.push(pathNames);\r\n // console.log(defaultS)//实时根据当前路径更新\r\n return (\r\n