diff --git a/pages/game/index.js b/pages/game/index.js index 526fb76..ba0e231 100644 --- a/pages/game/index.js +++ b/pages/game/index.js @@ -2,12 +2,13 @@ let app = getApp(); Page({ data: { token:'', - url:'http://10.11.195.31:8080/luckCard/' + url:'https://game.youlane.cn/luckCard/index.html' }, onLoad() { - console.log("http://10.11.195.31:8080/luckCard?token="+app.globalData.token) + console.log("http://10.11.195.31:8080/luckCard/?token="+app.globalData.token) this.setData({ - url:"http://10.11.195.31:8080/luckCard?token="+app.globalData.token + // url:"https://game.youlane.cn/luckCard/index.html?token="+app.globalData.token, + url:"http://10.11.195.31:8080/luckCard/?token="+app.globalData.token }); } }); \ No newline at end of file diff --git a/pages/game/index.json b/pages/game/index.json index 7efcfed..0d6ac40 100644 --- a/pages/game/index.json +++ b/pages/game/index.json @@ -2,5 +2,5 @@ "usingComponents": { }, - "navigationBarTitleText": "游戏" + "navigationBarTitleText": "" } \ No newline at end of file