Vue腳手架中的跨域問題

Vue中腳手架的跨域解決圖示

  • 附代碼:
proxyTable: {
      '/api':{
        target:"http://localhost:3000",
        changeOrigin:true,
        pathRewrite:{
          "^/api":"http://localhost:3000"
        }
      }
    },

解決後的效果

相關文章
相關標籤/搜索