From 5c2d0159ff851a19c9f0809ca918d6c6515e1f6c Mon Sep 17 00:00:00 2001 From: 5g0Wp7Zy Date: Wed, 5 Nov 2025 11:32:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env/.env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/.env.development b/env/.env.development index ac1b65b..615d4a4 100644 --- a/env/.env.development +++ b/env/.env.development @@ -3,7 +3,7 @@ NODE_ENV = 'development' # 是否去除console 和 debugger VITE_DELETE_CONSOLE = false # 是否开启sourcemap -VITE_SHOW_SOURCEMAP = false +VITE_SHOW_SOURCEMAP = true # 后台请求地址 # VITE_SERVER_BASEURL = 'https://dev.xxx.com'