跨域cors https://github.com/expressjs/...
var config = { cors: { //跨域請求 origin: ['http://localhost:5000', 'http://localhost:5001'],//也可使用"*"表明容許全部 }, }
此時我們啓動服務,在接口調用時就會有跨域白名單攔截校驗git