浏览代码

2023-11-13

cmy 1 年之前
父节点
当前提交
dbcd128649
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .env.production

+ 2 - 2
.env.production

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