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.
# just a flag
ENV = 'development'
# 开发代理目标(仅 vue.config.js 读取,修改后端地址改这里即可)
# 若登录接口仍为 403:多为远端 nginx/WAF/IP 白名单限制,需在服务端放行或排查日志(非前端可单独修复)
DEV_PROXY_TARGET=http://book-sqhj.ali251.langye.net
# base api(开发:留空走相对路径 + vue.config.js devServer.proxy,避免直连远端产生 CORS)
VUE_APP_BASE_API =
VUE_APP_UPLOAD_API = /api/admin/upload-file
VUE_APP_PUBLIC=''