fix: 🐛 开发环境下放行 console

This commit is contained in:
xiangshu233 2024-10-11 16:28:47 +08:00
parent 4f859c205e
commit 19f9558553

View File

@ -8,7 +8,7 @@ VITE_PUBLIC_PATH = /
VITE_USE_MOCK = true
# 是否删除console
VITE_DROP_CONSOLE = true
VITE_DROP_CONSOLE = false
# 跨域代理,可以配置多个,请注意不要换行
# VITE_PROXY = [["/appApi","http://localhost:8001"],["/upload","http://localhost:8001/upload"]]