future пре 1 година
родитељ
комит
ce4c5a5dee
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      assets/script/config.ts

+ 1 - 1
assets/script/config.ts

@@ -2,7 +2,7 @@ import { _decorator } from 'cc';
 const { ccclass, property } = _decorator;
 
 export class config {
-    static debug = false;
+    static debug = true;
     static domain = config.debug ? "https://zcapi.xwrun.com" : "https://zcapi.hainanmlwl.com";
     static static_domain = config.debug ? "https://zcapi.xwrun.com" : "https://zaoca.oss-cn-beijing.aliyuncs.com";
     static statistics_domain = config.debug ? "http://logads.xwrun.com" : "https://logads.hainanmlwl.com";