egg.js之解決跨域問題(egg-cors)

1.下載 egg-cors 包 npm i egg-cors --save 2.在plugin.js中設置開啓cors exports.cors = { enable: true, package: 'egg-cors', }; 3.在config.default.js中配置 // add your config here config.middleware = []; //多出來的配置=
相關文章
相關標籤/搜索