如下:

  proxyTable: {
        '/paas': {
            target: "http://localhost:8081",
            changeOrigin: true, //可否跨域
            pathRewrite: {
            '^/paas': '' //重写接口,去掉/paas
            }
        }
    },

target  是小写!!!

Logo

前往低代码交流专区

更多推荐