diff --git a/pages/game/index.js b/pages/game/index.js index 05238f1..144baa2 100644 --- a/pages/game/index.js +++ b/pages/game/index.js @@ -40,7 +40,7 @@ Page({ }else{ this.setData({ url: options.url + "?token=" + app.globalData.token + "&gameId=" + options.gameId + "&id=" + options.id, - // url: "http://10.11.195.31:8080/goldEgg/" + "?token=" + app.globalData.token + "&gameId=" + options.gameId + "&id=" + options.id, + // url: "https://game.youlane.cn/guaguale/index.html" + "?token=" + app.globalData.token + "&gameId=" + options.gameId + "&id=" + options.id, }); } }