Browse Source

解决冲突

tags/2.2.8
海洋之声 6 years ago
parent
commit
fbca5b2abe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/game/index.js

+ 1
- 1
pages/game/index.js View File

@@ -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,
});
}
}

Loading…
Cancel
Save