小说系统跨域问题解决

novel:
  # 跨域配置
  cors:
    # 允许跨域的域名
    allow-origins:
      - http://localhost:1024
      - http://localhost:8080
      - http://182.92.194.16:1024
      - http://182.92.194.16:8080
      - http://182.92.194.16:83
前端部署在docker 83-->80
也许可以使用网关进一步解决

发表评论