docs: 新增 deploy.md 部署文档,admin 生产环境配置 hjf.suzhouyuqi.com

Made-with: Cursor
This commit is contained in:
apple
2026-03-17 19:20:06 +08:00
parent 5287218de9
commit 413eb19adf
2 changed files with 253 additions and 2 deletions

View File

@@ -5,6 +5,6 @@ VUE_APP_ENV='production'
# 页面 title
VUE_APP_TITLE=CRMEB
# socket 系统连接地址 (ws)或(wss)://www.crmeb.com(换成你的域名)/ws 非独立部署默认为空
VUE_APP_WS_ADMIN_URL=''
VUE_APP_WS_ADMIN_URL='ws://hjf.suzhouyuqi.com/ws'
# 接口请求地址 (http)或 (https)://www.crmeb.com(换成你的域名)/adminapi 非独立部署默认为空
VUE_APP_API_URL=''
VUE_APP_API_URL='http://hjf.suzhouyuqi.com/adminapi'