This commit is contained in:
宋伟佳
2021-07-08 17:04:20 +08:00
parent 51ac4e8453
commit b117f49a63
7 changed files with 62 additions and 42 deletions
+3 -3
View File
@@ -6,8 +6,8 @@
// 服务器地址
// const devIp = '39.98.140.126'
// const devInterfacePORT = '10005'
const devIp = '192.168.10.248'
const devInterfacePORT = '9999'
const devIp = '192.168.10.121'
const devInterfacePORT = '9988'
// 云端端口号
const DEV_CLOUD_RES_INTERFACE_PORT = '7777'
const simpleFilePath = 'att/attFile/upload'
@@ -51,4 +51,4 @@ module.exports = {
enterprise: enterprise, // GQ广汽 SJZX数据中心
theme: theme, // 主题
processInterfaceURL: `http://${serverIP}:${processPort}/bat-wkflow`
}
}