From 084479328b0aa0293b0922ebb0a18f8e0640a5b5 Mon Sep 17 00:00:00 2001 From: smallchill Date: Mon, 1 Jul 2019 22:50:34 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20=E5=8F=8D=E4=BB=A3=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=BA=E6=9C=8D=E5=8A=A1=E5=99=A8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=9C=B0=E5=9D=80=EF=BC=8C=E6=96=B9=E4=BE=BF=E4=B8=8D?= =?UTF-8?q?=E7=86=9F=E6=82=89=E5=90=8E=E7=AB=AF=E7=9A=84=E5=B0=8F=E4=BC=99?= =?UTF-8?q?=E4=BC=B4=E5=AD=A6=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 4b942d9..8e20201 100644 --- a/vue.config.js +++ b/vue.config.js @@ -25,7 +25,8 @@ module.exports = { // 反向代理配置 proxy: { '/api': { - target: 'http://localhost', + //target: 'http://localhost', + target: 'https://saber.bladex.vip/api', ws: true, pathRewrite: { '^/api': '/'