我的设置是使用.pug来呈现前端,但现在我似乎遇到了在前端javascript代码中导入axios库的问题。public |-- index.js // here I want to use axios but it does not workviews
|-- base.pug // I have many other .pug fil
XMLHttpRequest at 'http://localhost:8070/products/' from origin 'http://localhost:1234' has been blocked by CORS这是我的AddProduct.js文件。btn btn-primary"> </button>
在cors svelte.config.js上添加Trial#1选项:它在开发环境(npm run dev)中工作,但在生产环境(npm run build && npm run preview)中不工作没有意义,因为根据cors,默认情况下选项是启用的。/static'] cors: true })};
在