如下:

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

target  是小写!!!

Logo

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐