You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
368 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 本地开发H5 走 Vite 代理到本机后端
VITE_API_BASE=/api/miniapp/v1
VITE_API_PROXY_TARGET=http://127.0.0.1:8000
# 微信小程序默认连线上HBuilder 直接运行无需本机后端)
# 若需连本机后端,改为 http://127.0.0.1:8000/api/miniapp/v1 并启动 php artisan serve
VITE_MP_API_BASE=https://slake.ali251.langye.net/api/miniapp/v1