摘要: 在 vue.config.js里面配置 devServer: { proxy: { '/': { // search为转发路径 target: 'http://www.baidu.com', // 目标地址 ws: true, // 是否代理websockets ... 阅读全文
posted @ 2019-10-07 21:12 liliyou 阅读(1447) 评论(0) 推荐(0) 编辑
摘要: devServer: { proxy: { '/': { // search为转发路径 target: 'http://www.baidu.com', // 目标地址 ws: true, // 是否代理websockets changeOrigi... 阅读全文
posted @ 2019-10-07 21:11 liliyou 阅读(286) 评论(0) 推荐(0) 编辑