31468a37
Yang Xiaoxiao
source
|
1
2
3
4
5
6
|
// console.log('http://' + document.location.hostname + ':34667')
// console.log('ws://' + document.location.hostname + ':8087')
// 'http://192.168.10.140:34667'
global.constants = {
commonUrl : 'http://112.125.25.140:34667'
};
|