Files
huangjingfen/pro_v3.5.1/view/admin/.env.production
2026-03-27 11:20:22 +08:00

11 lines
400 B
Plaintext

# 生产环境
NODE_ENV=production
VUE_APP_ENV='production'
# 页面 title
VUE_APP_TITLE=huangjinfen-shop
# socket 系统连接地址 (ws)或(wss)://www.(换成你的域名)/ws 非独立部署默认为空
VUE_APP_WS_ADMIN_URL='wss://hjf.fsgx.cn/ws'
# 接口请求地址 (http)或 (https)://www.(换成你的域名)/adminapi 非独立部署默认为空
VUE_APP_API_URL='https://hjf.fsgx.cn/adminapi'