From 2246fcb621c645249832bfd624712dc200b78868 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Fri, 31 May 2024 20:57:17 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=BB=86=E8=8A=82?= 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 92c42a9..fc3db23 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/, '') + // }, // '/api/admin': { // // target: 'http://frp.feashow.cn:31800/', // target: 'http://clay.frp.feashow.cn/',