fix: 改用 patterns,补齐 staging 域名(https)

This commit is contained in:
tim
2025-08-22 23:05:24 +08:00
parent a2ccaae7aa
commit 92452da19a

View File

@@ -50,7 +50,7 @@ public class WebSocketConfig implements WebSocketMessageBrokerConfigurer {
"http://192.168.7.98:*",
"http://30.211.97.238:*",
websiteUrl,
websiteUrl.replace("://www.", "://")
websiteUrl.replace("://www.", "://"),
// 线上域名(务必是 https
"https://staging.open-isle.com",