egg配置允許跨域請求插件 1.安裝插件 npm install egg-cors --save 2.congfig>plugin目錄配置: exports.cors = { enable: true, ...