Files
dafuweng-buildadmin/dafuweng-webman/web/.env.development
2026-03-18 11:22:12 +08:00

9 lines
191 B
Plaintext
Raw Permalink 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.
# 本地环境
ENV = 'development'
# base路径
VITE_BASE_PATH = './'
# 本地环境接口地址 - 用空字符串走同源,由 vite 代理到 8787避免 CORS
VITE_AXIOS_BASE_URL = ''