Browse Source

2023-12-7

cmy 1 year ago
parent
commit
ae3401cc9e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/app.js

+ 2 - 2
config/app.js

@@ -13,9 +13,9 @@ module.exports = {
 	// 小程序配置
 	// #ifdef MP || APP-PLUS
 	// 请求域名 格式: https://您的域名
-	HTTP_REQUEST_URL: `https://您的域名`,
+	HTTP_REQUEST_URL: `https://www.senyinkj.cn`,
 	// 长连接 格式:wss://您的域名 
-	VUE_APP_WS_URL: `wss://您的域名/ws`,
+	VUE_APP_WS_URL: `wss://www.senyinkj.cn/ws`,
 	// #endif
 	// H5配置
 	// #ifdef H5