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";