1.更改im配置
This commit is contained in:
2025-11-11 17:16:33 +08:00
parent 0b9c9d497e
commit f4574a5df7
+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://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}&`;