布局政策征求意见流程
This commit is contained in:
@@ -11,20 +11,20 @@
|
||||
// const devIp = '10.10.10.46'
|
||||
// const devInterfacePORT = '4202'
|
||||
// // const devIp = '10.0.3.10'
|
||||
const devIp = 'localhost'
|
||||
const devIp = '10.0.3.11'
|
||||
const devInterfacePORT = '10086'
|
||||
// const devIp = '62.234.136.153'
|
||||
// const devInterfacePORT = '8033'
|
||||
// 配置 idm 认证
|
||||
const ssoLogin = 'http://sso.foton.com.cn/oauth2.0/authorize?client_id=app_slrs&response_type=code&redirect_uri='
|
||||
const ssoLogin = 'http://localhost:9090/#/'
|
||||
// 配置 前端服务
|
||||
const devWebUrl = 'http://62.234.136.153:8038/#/'
|
||||
const devWebUrl = 'http://localhost:9090/#/'
|
||||
// webLoginType : idm (线上统一登录) 、 webLoginType: dev (测试环境登录)
|
||||
const webLoginType = 'dev'
|
||||
|
||||
// 配置onlyOffice 前端服务
|
||||
// const onlyOfficeUrl = 'http://127.0.0.1:8080'
|
||||
const onlyOfficeUrl = 'http://10.10.10.46:8889'
|
||||
const onlyOfficeUrl = 'http://127.0.0.1:8080'
|
||||
// const onlyOfficeUrl = 'http://10.10.10.46:8889'
|
||||
|
||||
// 云端端口号
|
||||
const DEV_CLOUD_RES_INTERFACE_PORT = '7777'
|
||||
@@ -50,8 +50,8 @@ const processPort = '17210'
|
||||
// 生产环境配置
|
||||
// const prodIp = '39.98.140.126'
|
||||
// const prodInterfacePORT = '4201'
|
||||
// const prodIp = '10.10.10.46'
|
||||
// const prodInterfacePORT = '4202'
|
||||
const prodIp = '10.10.10.46'
|
||||
const prodInterfacePORT = '4202'
|
||||
// const prodIp = 'slrs.foton.com.cn'
|
||||
// const prodInterfacePORT = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user