Files
qhmes/JeecgUniapp-master/env/.env.development
2026-07-20 17:31:54 +08:00

9 lines
311 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
NODE_ENV = 'development'
# 是否去除console 和 debugger
VITE_DELETE_CONSOLE = false
# 是否开启sourcemapApp 真机编译易 OOM开发期先关闭
VITE_SHOW_SOURCEMAP = false
VITE_SERVER_BASEURL = 'http://192.168.1.3:8888/jeecg-boot'