From 8b5868fde6aa3ceae16c6adca1f46e7ce76240ca Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Tue, 4 Jun 2024 16:42:00 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BC=98=E5=8C=96=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E5=BE=81=E9=9B=86=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/vite.config.js b/vite.config.js index c33fa01..8ca1892 100644 --- a/vite.config.js +++ b/vite.config.js @@ -68,13 +68,13 @@ export default defineConfig({ strictPort: false, open: true, proxy: { - '/api/workflow': { - target: 'http://frp.feashow.cn:31800/', - // target: 'http://clay.frp.feashow.cn/', - // target: 'http://192.168.31.175:8000', - changeOrigin: true, - rewrite: (path) => path.replace(/^\/api/, '') - }, + // '/api/workflow': { + // target: 'http://frp.feashow.cn:31800/', + // // target: 'http://clay.frp.feashow.cn/', + // // target: 'http://192.168.31.175:8000', + // changeOrigin: true, + // rewrite: (path) => path.replace(/^\/api/, '') + // }, // '/summary/admin': { // // target: 'http://frp.feashow.cn:31800/', // target: 'http://clay.frp.feashow.cn/',