不管是设置 publicPath: "./",或者是publicPath: "/",还是注释掉,都没用,路由表也没有打错字符 和其他错误,
webpack配置文件贴一下。初步判断是devServer配置问题如果是没有地址只有端口,那就把devServer加上host
devServer{ host: 'localhost', port: 8081 }