vue-resource跨域问题

如果是cli 就在config/index.js配置proxyTable

 proxyTable: {
      '/login': {
        target: 'http://192.168.0.240:8888',
        changeOrigin: true,
        pathRewrite: {
         '^/login':''
        }
      }
    },

 

posted @ 2018-04-12 15:15  GuGuT3T  阅读(859)  评论(0)    收藏  举报