From 1f761f99b4008a79bc1ba0a0bccd72f7f6753df5 Mon Sep 17 00:00:00 2001 From: cansnow Date: Sat, 7 Jun 2025 04:59:49 +0800 Subject: [PATCH] Update mattermost.js --- static/im/mattermost.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/im/mattermost.js b/static/im/mattermost.js index 83c78a4..fd8a129 100644 --- a/static/im/mattermost.js +++ b/static/im/mattermost.js @@ -5,8 +5,8 @@ class MattermostClient { constructor() { // 基础属性 this.ready = false; - this.userBaseUrl = "https://im.sjqqzc.top"; // 用户 API - this.adminBaseUrl = "https://q.sjqqzc.top"; // 管理员 API + this.userBaseUrl = "https://im.dxmt.io"; // 用户 API + this.adminBaseUrl = "https://api.dxmt.io"; // 管理员 API this.ws = null; this.wsUrl = ''; this.userToken = ''; // 用户令牌