- 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
11 lines
415 B
Plaintext
11 lines
415 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='ws://fsgx.uj345.com/ws'
|
|
# 接口请求地址 (http)或 (https)://www.crmeb.com(换成你的域名)/adminapi 非独立部署默认为空
|
|
VUE_APP_API_URL='http://fsgx.uj345.com/adminapi'
|