前端跨域配置

vue.config.js里配置 module.exports = { publicPath: ‘./’ , devServer: { open: true, //是否自动弹出浏览器页面 host: “localhost”, port: ‘8090’, proxy: { ‘/api’: { // search为转发路径 target: ‘http://192.168.0.124:8090/’, /
相关文章
相关标签/搜索