webpack 在打包时在访问打包里面的index时,出现路径错误 修改方法为 解决方法:在config下面的index.js把
assetsPublicPath: '/', 修改为: assetsPublicPath: './',