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.

12 lines
508 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.

# 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=''