Files
huangjingfen/pro_v3.5.1/view/admin/.env.production
2026-03-27 08:56:14 +08:00

11 lines
411 B
Plaintext

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