diff --git a/src/sysConfig/index.js b/src/sysConfig/index.js index 6485c1a23..3e7149052 100644 --- a/src/sysConfig/index.js +++ b/src/sysConfig/index.js @@ -16,7 +16,7 @@ const ssoLogin = 'http://sso.foton.com.cn/oauth2.0/authorize?client_id=app_slrs& // 配置 前端服务 const devWebUrl = 'https://srms.foton.com.cn/#/' // webLoginType : idm (线上统一登录) 、 webLoginType: dev (测试环境登录) -const webLoginType = 'idm' +const webLoginType = 'dev' // 云端端口号 const DEV_CLOUD_RES_INTERFACE_PORT = '7777' const simpleFilePath = 'att/attFile/upload' @@ -65,5 +65,5 @@ module.exports = { webSocket: webSocket + ':' + devInterfacePORT + '/websocket/socketServer', // webSocket连接 enterprise: enterprise, // GQ广汽 SJZX数据中心 theme: theme, // 主题 - processInterfaceURL: `https://${serverIP}:${processPort}/bat-wkflow` + processInterfaceURL: `http://${serverIP}:${processPort}/bat-wkflow` } diff --git a/webstorm.config.js b/webstorm.config.js index 765a8e043..b038949a7 100644 --- a/webstorm.config.js +++ b/webstorm.config.js @@ -1,3 +1,2 @@ const webpackConfig = require('@vue/cli-service/webpack.config.js') module.exports = webpackConfig -} \ No newline at end of file