chore: align prod config for HJF (admin API, DB default, uniapp_v2)

- database.php: default database name hjfshop
- admin .env.production: title, WS/API URLs for fsgx deployment
- uniapp_v2 manifest: app name, uni appid, mp-weixin appid

Made-with: Cursor
This commit is contained in:
apple
2026-03-27 11:17:42 +08:00
parent e87f96ab00
commit f9385cfc4c
3 changed files with 10 additions and 10 deletions

View File

@@ -3,8 +3,8 @@ 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'
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://hfj.fsgx.cn/adminapi'