2026-03-07 22:29:07 +08:00
|
|
|
# 生产环境
|
|
|
|
|
NODE_ENV=production
|
|
|
|
|
VUE_APP_ENV='production'
|
|
|
|
|
|
|
|
|
|
# 页面 title
|
feat(fsgx): HJF queue merge, brokerage timing, cycle commission, points release
- Add HJF jobs, services, DAOs, models, admin/API controllers, release command
- Respect brokerage_timing (on_pay vs confirm); dispatch HjfOrderPayJob for queue goods
- Queue-only cycle commission and position index fix in StoreOrderCreateServices
- UserBill income types: frozen_points_brokerage, frozen_points_release
- Timer: fsgx_release_frozen_points -> PointsReleaseServices
- Agent tasks: no_assess filtering for direct/umbrella counts
- Migrations: queue_pool, points_release_log, fsgx_v1 checklist updates
- Admin/uniapp: crontab preset, membership level, user list, finance routes, docs
Made-with: Cursor
2026-03-24 11:59:09 +08:00
|
|
|
VUE_APP_TITLE=fsgx-shop
|
2026-03-07 22:29:07 +08:00
|
|
|
# socket 系统连接地址 (ws)或(wss)://www.crmeb.com(换成你的域名)/ws 非独立部署默认为空
|
2026-03-27 08:56:14 +08:00
|
|
|
VUE_APP_WS_ADMIN_URL='wss://www.fsgx.cn/ws'
|
2026-03-07 22:29:07 +08:00
|
|
|
# 接口请求地址 (http)或 (https)://www.crmeb.com(换成你的域名)/adminapi 非独立部署默认为空
|
2026-03-27 08:56:14 +08:00
|
|
|
VUE_APP_API_URL='https://www.fsgx.cn/adminapi'
|