vue-cli3.0解決跨域問題(超簡單)

在根目錄新建文件:vue.config.js 在文件新增內容: module.exports = { publicPath: '/', outputDir: 'dist', devServer: { open: true, host: 'localhost', port: '8081', proxy: {
相關文章
相關標籤/搜索