@@ -28,7 +28,7 @@ module.exports = {
},
devServer: {
// 代理跨域的配置
- headers: {
+ headers: {
// 允许跨域访问子应用页面
'Access-Control-Allow-Origin': '*',