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