bug fixed
This commit is contained in:
parent
66466e22b9
commit
aa4bcf9c43
|
@ -1,5 +1,4 @@
|
||||||
import { DeviceType, DesktopType, NotificationMethod } from '@ucap/core';
|
import { DeviceType, DesktopType, NotificationMethod } from '@ucap/core';
|
||||||
|
|
||||||
import { BrowserNativeService } from '@ucap/ng-native-browser';
|
import { BrowserNativeService } from '@ucap/ng-native-browser';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -93,13 +92,13 @@ export const environment: Environment = {
|
||||||
|
|
||||||
companyConfig: {
|
companyConfig: {
|
||||||
companyGroupCode: 'LG',
|
companyGroupCode: 'LG',
|
||||||
fixedCompanyCode: 'LF'
|
fixedCompanyCode: undefined
|
||||||
},
|
},
|
||||||
|
|
||||||
commonApiModuleConfig: {
|
commonApiModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: '121.50.21.57',
|
domain: '13.124.88.127',
|
||||||
port: 8033
|
port: 8033
|
||||||
},
|
},
|
||||||
urls: commonApiUrls,
|
urls: commonApiUrls,
|
||||||
|
@ -111,7 +110,7 @@ export const environment: Environment = {
|
||||||
publicApiModuleConfig: {
|
publicApiModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: '121.50.21.57',
|
domain: '13.124.88.127',
|
||||||
port: 8033
|
port: 8033
|
||||||
},
|
},
|
||||||
urls: publicApiUrls
|
urls: publicApiUrls
|
||||||
|
@ -120,7 +119,7 @@ export const environment: Environment = {
|
||||||
externalApiModuleConfig: {
|
externalApiModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: '121.50.21.57',
|
domain: '13.124.88.127',
|
||||||
port: 8011
|
port: 8011
|
||||||
},
|
},
|
||||||
urls: externalApiUrls
|
urls: externalApiUrls
|
||||||
|
@ -129,7 +128,7 @@ export const environment: Environment = {
|
||||||
messageApiModuleConfig: {
|
messageApiModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: '121.50.21.57',
|
domain: '13.124.88.127',
|
||||||
port: 9097
|
port: 9097
|
||||||
},
|
},
|
||||||
urls: messageApiUrls
|
urls: messageApiUrls
|
||||||
|
@ -138,7 +137,7 @@ export const environment: Environment = {
|
||||||
promptApiModuleConfig: {
|
promptApiModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: '121.50.21.57',
|
domain: '13.124.88.127',
|
||||||
port: 9097
|
port: 9097
|
||||||
},
|
},
|
||||||
urls: promptUrls
|
urls: promptUrls
|
||||||
|
@ -147,7 +146,7 @@ export const environment: Environment = {
|
||||||
piModuleConfig: {
|
piModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'http',
|
protocol: 'http',
|
||||||
domain: '121.50.21.57',
|
domain: '13.124.88.127',
|
||||||
port: 9097
|
port: 9097
|
||||||
},
|
},
|
||||||
urls: piUrls
|
urls: piUrls
|
||||||
|
@ -156,7 +155,7 @@ export const environment: Environment = {
|
||||||
protocolModuleConfig: {
|
protocolModuleConfig: {
|
||||||
hostConfig: {
|
hostConfig: {
|
||||||
protocol: 'ws',
|
protocol: 'ws',
|
||||||
domain: '121.50.21.57',
|
domain: '13.124.88.127',
|
||||||
port: 8080
|
port: 8080
|
||||||
},
|
},
|
||||||
urls: protocolUrls,
|
urls: protocolUrls,
|
||||||
|
|
|
@ -92,7 +92,7 @@ export const environment: Environment = {
|
||||||
|
|
||||||
companyConfig: {
|
companyConfig: {
|
||||||
companyGroupCode: 'LG',
|
companyGroupCode: 'LG',
|
||||||
fixedCompanyCode: 'LF'
|
fixedCompanyCode: undefined
|
||||||
},
|
},
|
||||||
|
|
||||||
commonApiModuleConfig: {
|
commonApiModuleConfig: {
|
||||||
|
@ -167,4 +167,4 @@ export const environment: Environment = {
|
||||||
max: 59999
|
max: 59999
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -95,7 +95,7 @@ export const environment: Environment = {
|
||||||
|
|
||||||
companyConfig: {
|
companyConfig: {
|
||||||
companyGroupCode: 'LG',
|
companyGroupCode: 'LG',
|
||||||
fixedCompanyCode: 'LF'
|
fixedCompanyCode: undefined
|
||||||
},
|
},
|
||||||
|
|
||||||
commonApiModuleConfig: {
|
commonApiModuleConfig: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user