vue-cli用axios发起http请求为什么请求的URL不对

在config/index.js配置了

proxyTable: {
     target: 'http://www.vuetpadmin.com/',
     changeOrigin: true,
     secure: false
 },
 methods:{
        target(){
            this.$http({
              method: 'get',
              url: 'admin/index/login.html',
              data: {
                name: 'virus'
              }
           })
        } 
    },

为什么http请求是http://localhost:8080/admin/index/login.html(vue的访问域名IP)而不是
http://www.vuetpadmin.com/adm...

明月笑刀无情
浏览 1898回答 4
4回答

森林海

就是那样没问题
打开App,查看更多内容
随时随地看视频慕课网APP