摘要: 一、在config->index.js中设置 proxy 1 devServer: { 2 proxy: { 3 '/': { 4 target: 'http://127.0.0.1:8888', 5 changeOrigin: true 6 } 7 } 8 } 二、下载并引用相应依赖 (main. 阅读全文
posted @ 2021-03-16 20:44 进击的乌龟 阅读(2409) 评论(0) 推荐(1) 编辑