Update index.js
This commit is contained in:
@@ -12,9 +12,9 @@ const devInterfacePORT = '8033'
|
||||
// 配置 idm 认证
|
||||
const ssoLogin = 'http://testsso1.foton.com.cn/oauth2.0/authorize?client_id=app_slrs&response_type=code&redirect_uri='
|
||||
// 配置 前端服务
|
||||
const devWebUrl = 'http://127.0.0.1:10088/#/'
|
||||
const devWebUrl = 'http://62.234.136.153:8038/#/'
|
||||
// webLoginType : idm (线上统一登录) 、 webLoginType: dev (测试环境登录)
|
||||
const webLoginType = 'dev'
|
||||
const webLoginType = 'idm'
|
||||
// 云端端口号
|
||||
const DEV_CLOUD_RES_INTERFACE_PORT = '7777'
|
||||
const simpleFilePath = 'att/attFile/upload'
|
||||
|
||||
Reference in New Issue
Block a user