From fe63a12e8e77fda662893a849c0d14a056062f80 Mon Sep 17 00:00:00 2001 From: changDongFang <2628162102@qq.com> Date: Thu, 12 Jun 2025 16:02:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env/.env.development | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/env/.env.development b/env/.env.development index dfb82eb..64ddf7c 100644 --- a/env/.env.development +++ b/env/.env.development @@ -5,4 +5,7 @@ VITE_DELETE_CONSOLE = false # 是否开启sourcemap VITE_SHOW_SOURCEMAP = true -VITE_SERVER_BASEURL = 'http://114.218.158.24:9020' \ No newline at end of file +# VITE_SERVER_BASEURL = 'http://114.218.158.24:9020' +VITE_SERVER_BASEURL = 'https://erpapi.fontree.cn' + +# VITE_SERVER_BASEURL = 'https://erptest.fontree.cn:9020' \ No newline at end of file