跨域配置 nginx 业务列表 进入负载均衡编辑页 修改配置 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 { "plugins": { "cors": { "allow_origins": "pre-live-liveu.oclivego.com,pre-m-liveu.oclivego.com", #多个域名以逗号分割 "allow_methods": "**", "allow_headers": "**", "expose_headers": "**", "allow_origins_by_regex": [ ".*.oclivego.com" ], "max_age": 1728000, "allow_credential": true } }