乱红飞过秋千去敲代码

Results 3 comments of 乱红飞过秋千去敲代码
trafficstars

好吧,我根本不是前端,我只是个会写代码的混子,扎心啊

``` proxyTable: { '/api': { target: 'https://api.douban.com', changeOrigin: true, pathRewrite: { '^/api': '/v2' } } }, ``` > 接口这样调用 ``` this.$http.get( '/api/movie/top250?start=' + this.start + '&count=' + this.count).then(response => {...