前端跨域配置

vue.config.js裏配置 module.exports = { publicPath: ‘./’ , devServer: { open: true, //是否自動彈出瀏覽器頁面 host: 「localhost」, port: ‘8090’, proxy: { ‘/api’: { // search爲轉發路徑 target: ‘http://192.168.0.124:8090/’, /
相關文章
相關標籤/搜索