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

3 years ago
# just a flag
ENV = 'development'
1 week ago
# 开发代理目标(仅 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
3 years ago
VUE_APP_PUBLIC=''