1、胡牌动作
2、胡牌的业务逻辑
This commit is contained in:
@@ -15,8 +15,8 @@ var HTTP = cc.Class({
|
||||
// ...
|
||||
},
|
||||
statics: {
|
||||
baseURL:"http://192.168.1.155",
|
||||
wsURL : "http://192.168.1.155:9081",
|
||||
baseURL:"http://127.0.0.1",
|
||||
wsURL : "http://127.0.0.1:9081",
|
||||
authorization: null,
|
||||
httpGet: function (url , success , error , object) {
|
||||
var xhr = cc.loader.getXMLHttpRequest();
|
||||
|
||||
Reference in New Issue
Block a user