From 876b73dfc837473bbe98b20bcbffca8621a11d2f Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 25 十一月 2024 15:50:36 +0800 Subject: [PATCH] # --- zy-acs-flow/vite.config.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/vite.config.js b/zy-acs-flow/vite.config.js index 1d38183..3d0ea28 100644 --- a/zy-acs-flow/vite.config.js +++ b/zy-acs-flow/vite.config.js @@ -15,6 +15,7 @@ server: { port: 5000, host: '0.0.0.0', + // available in run dev proxy: { '/api': { target: `http://${env.VITE_BASE_IP}:${env.VITE_BASE_PORT}`, -- Gitblit v1.9.1