webpack
webpack copied to clipboard
vue-resource post don't work
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