1.im聊天可以添加其他用户(专业人员)
2.更新im打包文件
This commit is contained in:
2025-11-11 16:43:21 +08:00
parent 66a0c2f4d6
commit 0b9c9d497e
279 changed files with 23084 additions and 2531 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { getEnvInfo } from '/@/utils/getEnv';
export const imAddressSrc = `/static/im-web/index.html?${getUrlP()}`;
// export const imAddressSrc = `http://192.168.1.100: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}&`;