封装NavLink
文章目录基本路由的使用模板文件index.html入口文件index.js入口组件App.jspages/Home/index.jsx(Home组件)pages/About/index.jsx(About组件)一般组件和路由组件Header/index.jsx(Header组件)App.js(App组件)新增导航与路由Business/index.jsx(Business组件)Employees/index.jsx(Employees组件)Investors/index.jsx(Investors组件)Me