摘要: ### Vue本地代理举例: ``` module.exports = { publicPath: './', devServer: { proxy: { '/api': { target: 'https://movie.douban.com', ws: true, changeOrigin: tr 阅读全文
posted @ 2020-05-21 09:43 牛牪犇𤛭 阅读(493) 评论(0) 推荐(0)