From f9aa6191cebc3cf69fecd4d5c28d9bf1e83129ac Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Sun, 30 Mar 2025 15:06:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(project-manage):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=99=84=E4=BB=B6=E6=A0=87=E7=AD=BE=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= 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 291e5d8..0bb55cf 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/',