chore(admin): 生产环境 API/WSS 指向 www.fsgx.cn;README 标题

Made-with: Cursor
This commit is contained in:
panchengyong
2026-03-27 08:56:14 +08:00
parent 8e17762510
commit 8d109cbc01
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,4 +1,4 @@
# CRMEB Admin # 管理后台 Admin
## 开发规范 ## 开发规范
统一使用ES6 语法 统一使用ES6 语法
方法注释 方法注释