Default Changelist

This commit is contained in:
wangxiahui@91isoft.com
2021-12-08 10:15:47 +08:00
parent 2dcd92470a
commit 89179b71f7
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -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/#/' const devWebUrl = 'https://srms.foton.com.cn/#/'
// webLoginType : idm (线上统一登录) 、 webLoginType: dev (测试环境登录) // webLoginType : idm (线上统一登录) 、 webLoginType: dev (测试环境登录)
const webLoginType = 'idm' const webLoginType = 'dev'
// 云端端口号 // 云端端口号
const DEV_CLOUD_RES_INTERFACE_PORT = '7777' const DEV_CLOUD_RES_INTERFACE_PORT = '7777'
const simpleFilePath = 'att/attFile/upload' const simpleFilePath = 'att/attFile/upload'
@@ -65,5 +65,5 @@ module.exports = {
webSocket: webSocket + ':' + devInterfacePORT + '/websocket/socketServer', // webSocket连接 webSocket: webSocket + ':' + devInterfacePORT + '/websocket/socketServer', // webSocket连接
enterprise: enterprise, // GQ广汽 SJZX数据中心 enterprise: enterprise, // GQ广汽 SJZX数据中心
theme: theme, // 主题 theme: theme, // 主题
processInterfaceURL: `https://${serverIP}:${processPort}/bat-wkflow` processInterfaceURL: `http://${serverIP}:${processPort}/bat-wkflow`
} }
-1
View File
@@ -1,3 +1,2 @@
const webpackConfig = require('@vue/cli-service/webpack.config.js') const webpackConfig = require('@vue/cli-service/webpack.config.js')
module.exports = webpackConfig module.exports = webpackConfig
}