跨域配置

devServer: {
    port: 8084,
    host: '',
    hot: true,
    open: true,
    disableHostCheck: true,
    // 跨域
    // proxy: {
    //   '/': {
    //     target: 'https://xxx.xxx.com',
    //     changeOrigin: true,
    //     pathRewrite: {
    //       '^/': '/'
    //     }
    //   }
    // },
    }

 

posted @ 2024-10-18 15:50  温柔本肉  阅读(4)  评论(0编辑  收藏  举报