vue中的跨域


 

proxyTable: {
        '/zabbix_api': {
        target: 'http://10.88.22.8',//设置你调用的接口域名和端口号 别忘了加http
        changeOrigin: true,
        pathRewrite: {
          '^/zabbix_api/': '/zabbix_api/',
        }
        },
        '/passwd': {
        target: 'http://10.88.22.8',//设置你调用的接口域名和端口号 别忘了加http
        changeOrigin: true,
        pathRewrite: {
          '^/passwd/': '/passwd/',
        }
        }
    },

  

 

 

 

posted @ 2018-12-24 10:35  random_lee  阅读(258)  评论(0编辑  收藏  举报