跨域cors https://github.com/expressjs/...
var config = { cors: { //跨域请求 origin: ['http://localhost:5000', 'http://localhost:5001'],//也可使用"*"表明容许全部 }, }
此时我们启动服务,在接口调用时就会有跨域白名单拦截校验git