From e6ed6681cd7fa54dc2bea96db5359954ed5543f0 Mon Sep 17 00:00:00 2001 From: lbw Date: Mon, 20 Nov 2023 16:24:17 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20Fixing=20a=20bug.=20=E5=8D=95=E4=BD=93?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E5=A4=B1?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.development b/.env.development index 8cad6820..989c8aed 100644 --- a/.env.development +++ b/.env.development @@ -9,3 +9,6 @@ ENV = 'development' # ADMIN 服务地址 VITE_ADMIN_PROXY_PATH = http://127.0.0.1:9999 + +# 代码生成服务地址 (单体架构有效) +VITE_GEN_PROXY_PATH = http://127.0.0.1:5003