egg-scripts
egg-scripts copied to clipboard
这个包做了什么导致egg-cors不生效吗
在开发环境 egg-bin dev 跨域是生效的, config.local 和 config.prod 一样的配置, 本地用 egg-scripts start --daemon --title=egg-server 请求就提示跨域。 这俩的区别应该就是一个用 egg-bin 一个用 egg-scripts 吧?