From fbca5b2abe84d71ef436f2062842c84bdbeb873d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E6=B4=8B=E4=B9=8B=E5=A3=B0?= Date: Tue, 30 Oct 2018 10:51:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/game/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }); } }