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}&`;