snack-mall/web-snack/.env.development

7 lines
258 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.

# 开发环境
# 留空 → axios 使用相对路径,请求走 Vite 代理vite.config.ts 的 server.proxy
# 这样浏览器看不到跨域,由 Vite 在 Node 端转发到后端
VITE_API_BASE_URL=
VITE_APP_TITLE=零食商城
VITE_APP_ENV=development