From f4574a5df7ffb8e4b0709f7bfc2e9a874a536fa5 Mon Sep 17 00:00:00 2001 From: wx <645899409@qq.com> Date: Tue, 11 Nov 2025 17:16:33 +0800 Subject: [PATCH] =?UTF-8?q?update=201.=E6=9B=B4=E6=94=B9im=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/imAddressSrc.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/imAddressSrc.ts b/src/utils/imAddressSrc.ts index 4be5d88..ac4f65a 100644 --- a/src/utils/imAddressSrc.ts +++ b/src/utils/imAddressSrc.ts @@ -1,6 +1,6 @@ import { getEnvInfo } from '/@/utils/getEnv'; -// export const imAddressSrc = `/static/im-web/index.html?${getUrlP()}`; -export const imAddressSrc = `http://localhost:8080?${getUrlP()}`; +export const imAddressSrc = `/static/im-web/index.html?${getUrlP()}`; +// export const imAddressSrc = `http://localhost:8080?${getUrlP()}`; function getUrlP() { return `vitePlatform=${getEnvInfo().VITE_PLATFORM}&`;