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