ERROR in chunk app [initial] static/js/[name].[chunkhash].js


Vue项目打包报错,如下图

原因:修改confing/prod.env.js的API_URL:’"//xxxxxxxxx"'里少加双引号或单引号

相关