From 80c562bbee73d79f699515ae84c4f3a261d6a49c Mon Sep 17 00:00:00 2001 From: smallchill Date: Mon, 7 Aug 2023 17:20:56 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E6=9B=B4=E6=96=B0=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index b3f2642d..a2121db9 100755 --- a/vite.config.js +++ b/vite.config.js @@ -13,7 +13,7 @@ export default ({ mode, command }) => { proxy: { '/api': { target: 'http://localhost', - //target: 'http://test3.javablade.com', + //target: 'https://saber3.bladex.cn/api', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },