update
1.更改im配置
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { getEnvInfo } from '/@/utils/getEnv';
|
import { getEnvInfo } from '/@/utils/getEnv';
|
||||||
// export const imAddressSrc = `/static/im-web/index.html?${getUrlP()}`;
|
export const imAddressSrc = `/static/im-web/index.html?${getUrlP()}`;
|
||||||
export const imAddressSrc = `http://localhost:8080?${getUrlP()}`;
|
// export const imAddressSrc = `http://localhost:8080?${getUrlP()}`;
|
||||||
|
|
||||||
function getUrlP() {
|
function getUrlP() {
|
||||||
return `vitePlatform=${getEnvInfo().VITE_PLATFORM}&`;
|
return `vitePlatform=${getEnvInfo().VITE_PLATFORM}&`;
|
||||||
|
|||||||
Reference in New Issue
Block a user