这明显是 babel没有起作用,还在es6的语法在浏览器当中运行。看看你的webpack配置有没有问题, 记得要在 module下面加上{ test: /\.js$/, loader: 'babel', exclude: /node_modules/},