Browse Source

修改为测试版

smallqiang 6 years ago
parent
commit
3699de8692
2 changed files with 2 additions and 2 deletions
  1. 1 1
      assets/scripts/utils/Global.js
  2. 1 1
      settings/builder.json

+ 1 - 1
assets/scripts/utils/Global.js

@@ -12,7 +12,7 @@ window.Global = {
     // 建筑管理
     BuildingManager: BuildingManager.instance,
 
-    debug: false,
+    debug: true,
     ver: 109, //游戏版本号发版时需要核对
 
     isCheck: false,

+ 1 - 1
settings/builder.json

@@ -37,7 +37,7 @@
   "title": "taptapstar",
   "webOrientation": "auto",
   "wechatgame": {
-    "REMOTE_SERVER_ROOT": "https://pub.dwstatic.com/wxgame/taptapstar",
+    "REMOTE_SERVER_ROOT": "https://pub.dwstatic.com/wxgame/taptapstar_test",
     "appid": "wx36581990a2e76fba",
     "isSubdomain": false,
     "orientation": "portrait",