const globalData = { // 正式服务器 // publicUrl: 'https://sqdx.jiaxintech.com', // publicUrl2: 'https://sqdx.jiaxintech.com', // publicUrl3: 'https://sqdx.jiaxintech.com', // publicSocketUrl: 'wss://sqdx.jiaxintech.com' // 测试服务器 publicUrl: 'https://sqdx.windd.cn', publicUrl2: 'https://sqdx.windd.cn', publicUrl3: 'https://sqdx.windd.cn', publicSocketUrl: 'wss://sqdx.windd.cn' // 本地 // publicUrl: 'http://10.16.4.19:80', //luyu // publicUrl2: 'http://10.16.4.19:80', //huyubo // publicUrl3: 'http://10.16.4.19:80', //zxq // publicSocketUrl: 'ws://10.16.4.19:80' // 本地 // publicUrl: 'http://10.16.10.139:8090', //luyu // publicUrl2: 'http://10.16.10.139:8090', //huyubo // publicUrl3: 'http://10.16.10.139:8090', //zxq // publicSocketUrl: 'ws://10.16.10.139:8090' }; module.exports = { globalData: globalData, }