webpack icon indicating copy to clipboard operation
webpack copied to clipboard

vue-resource post don't work

Open kaluogh opened this issue 7 years ago • 0 comments

this.$http({ // url: 'http://yapi.demo.qunar.com/mock/15066/cailiaosystem/departmentcreate',、 url: '/api/cailiaosystem/create', method: 'post', data: { code: this.code, name: this.name, desc: this.desc } })

proxyTable: { '/api': { target: 'http://yapi.demo.qunar.com/mock/15066', changeOrigin: true, pathRewrite:{ '^/api': '' } } }

don't work , i want write a post by vue-resource

kaluogh avatar Aug 01 '18 06:08 kaluogh