Ver Fonte

2023-11-13

cmy há 1 ano atrás
pai
commit
dbcd128649
1 ficheiros alterados com 2 adições e 2 exclusões
  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=''