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.
## 本地开发环境覆盖(不会提交到线上配置,优先级高于 .env.development)
ENV='development'
# 后端本地 Laravel(php artisan serve 默认 8000)
#VUE_APP_PRO_API = http://127.0.0.1:8000
#VUE_APP_BASE_API = http://127.0.0.1:8000
#VUE_APP_UPLOAD_API = http://127.0.0.1:8000/api/admin/upload-file
VUE_APP_PRO_API = https://suzhoukeji-test.ali251.langye.net
VUE_APP_BASE_API = https://suzhoukeji-test.ali251.langye.net
VUE_APP_UPLOAD_API = https://suzhoukeji-test.ali251.langye.net/api/admin/upload-file